File tree Expand file tree Collapse file tree 5 files changed +1218
-161
lines changed Expand file tree Collapse file tree 5 files changed +1218
-161
lines changed Original file line number Diff line number Diff line change 1+ registry = https://registry.npmjs.org/
Original file line number Diff line number Diff line change 1+ registry=https://registry.npmjs.org/
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "description" : " A React UI Library." ,
55 "homepage" : " https://github.com/worldzhao/react-ui-library-tutorial#readme" ,
6+ "publishConfig" : {
7+ "access" : " public" ,
8+ "registry" : " https://registry.npmjs.org/"
9+ },
610 "typings" : " lib/index.d.ts" ,
711 "main" : " lib/index.js" ,
812 "module" : " esm/index.js" ,
913 "authors" : {
1014 "name" : " worldzhao" ,
1115 "email" : " 1007326924@qq.com"
1216 },
17+ "files" : [
18+ " lib" ,
19+ " esm"
20+ ],
1321 "scripts" : {
1422 "dev" : " dumi dev" ,
1523 "start" : " npm run dev" ,
1927 "clean" : " rimraf lib esm dist" ,
2028 "build:types" : " tsc -p tsconfig.build.json && cpr lib esm" ,
2129 "build" : " npm run clean && npm run build:types && gulp" ,
30+ "prepublishOnly" : " npm run build" ,
31+ "release" : " np --no-cleanup --no-tests --any-branch" ,
2232 "commit" : " git-cz" ,
2333 "test" : " jest" ,
2434 "test:watch" : " jest --watch" ,
99109 "jest" : " ^24.9.0" ,
100110 "less" : " ^3.10.3" ,
101111 "lint-staged" : " ^9.5.0" ,
112+ "np" : " ^7.5.0" ,
102113 "plop" : " ^2.6.0" ,
103114 "prettier" : " ^1.19.1" ,
104115 "react" : " ^16.8.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments