File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " react-recomponent" ,
3
3
"version" : " 1.0.0-rc.2" ,
4
4
"main" : " dist/react-recomponent.js" ,
5
- "typings" : " dist/react-recomponent .d.ts" ,
5
+ "typings" : " type-definitions/ReComponent .d.ts" ,
6
6
"umd:main" : " dist/react-recomponent.umd.js" ,
7
7
"module" : " dist/react-recomponent.m.js" ,
8
8
"source" : " src/index.js" ,
9
9
"license" : " MIT" ,
10
10
"files" : [
11
11
" dist" ,
12
12
" type-definitions/ReComponent.js.flow" ,
13
+ " type-definitions/ReComponent.d.ts" ,
13
14
" README.md" ,
14
15
" LICENSE"
15
16
],
37
38
"test:js" : " jest" ,
38
39
"test:types:ts" : " yarn build && tsc ./type-definitions/ReComponent.d.ts --lib es2015 && dtslint type-definitions/ts-tests" ,
39
40
"test:types:flow" : " flow check ." ,
40
- "build" : " run-p bundle:*" ,
41
- "bundle:dist" : " microbundle -o dist/ --name ReComponent --compress false --sourcemap false" ,
42
- "bundle:types" : " cp type-definitions/ReComponent.d.ts dist/react-recomponent.d.ts" ,
41
+ "build" : " microbundle -o dist/ --name ReComponent --compress false --sourcemap false" ,
43
42
"prepublishOnly" : " yarn build"
44
43
},
45
44
"jest" : {
You can’t perform that action at this time.
0 commit comments