File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-distributed-components" ,
33 "type" : " module" ,
4- "version" : " 0.1 .0" ,
4+ "version" : " 0.2 .0" ,
55 "description" : " Effortlessly compose client and server components." ,
66 "author" :
" Daniel Nagy <[email protected] >" ,
7- "repository" : " github:daniel-nagy/react-distributed-components" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git+https://github.com/daniel-nagy/react-distributed-components.git"
10+ },
811 "files" : [
912 " build" ,
1013 " !.tsinfo"
2730 "clean" : " rm -rf build" ,
2831 "eslint" : " eslint src" ,
2932 "eslint:fix" : " eslint src --fix" ,
33+ "prebuild" : " yarn clean" ,
34+ "prepack" : " yarn build" ,
3035 "prettier" : " prettier --check --ignore-path .gitignore ." ,
3136 "prettier:fix" : " prettier --write --ignore-path .gitignore ."
3237 },
You can’t perform that action at this time.
0 commit comments