File tree 5 files changed +1218
-161
lines changed
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 3
3
"version" : " 1.0.0" ,
4
4
"description" : " A React UI Library." ,
5
5
"homepage" : " https://github.com/worldzhao/react-ui-library-tutorial#readme" ,
6
+ "publishConfig" : {
7
+ "access" : " public" ,
8
+ "registry" : " https://registry.npmjs.org/"
9
+ },
6
10
"typings" : " lib/index.d.ts" ,
7
11
"main" : " lib/index.js" ,
8
12
"module" : " esm/index.js" ,
9
13
"authors" : {
10
14
"name" : " worldzhao" ,
11
15
12
16
},
17
+ "files" : [
18
+ " lib" ,
19
+ " esm"
20
+ ],
13
21
"scripts" : {
14
22
"dev" : " dumi dev" ,
15
23
"start" : " npm run dev" ,
19
27
"clean" : " rimraf lib esm dist" ,
20
28
"build:types" : " tsc -p tsconfig.build.json && cpr lib esm" ,
21
29
"build" : " npm run clean && npm run build:types && gulp" ,
30
+ "prepublishOnly" : " npm run build" ,
31
+ "release" : " np --no-cleanup --no-tests --any-branch" ,
22
32
"commit" : " git-cz" ,
23
33
"test" : " jest" ,
24
34
"test:watch" : " jest --watch" ,
99
109
"jest" : " ^24.9.0" ,
100
110
"less" : " ^3.10.3" ,
101
111
"lint-staged" : " ^9.5.0" ,
112
+ "np" : " ^7.5.0" ,
102
113
"plop" : " ^2.6.0" ,
103
114
"prettier" : " ^1.19.1" ,
104
115
"react" : " ^16.8.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments