File tree Expand file tree Collapse file tree 4 files changed +845
-111
lines changed Expand file tree Collapse file tree 4 files changed +845
-111
lines changed Original file line number Diff line number Diff line change 39
39
"@babel/plugin-transform-runtime" : " ^7.4.4" ,
40
40
"@babel/preset-env" : " ^7.4.5" ,
41
41
"@babel/preset-react" : " ^7.0.0" ,
42
- "@pika/pack" : " ^0.3.7 " ,
43
- "@pika/plugin-build-node" : " ^0.3.15 " ,
44
- "@pika/plugin-build-types" : " ^0.3.16 " ,
45
- "@pika/plugin-build-web" : " ^0.3.15 " ,
46
- "@pika/plugin-standard-pkg" : " ^0.3.15 " ,
42
+ "@pika/pack" : " ^0.5.0 " ,
43
+ "@pika/plugin-build-node" : " ^0.6.0 " ,
44
+ "@pika/plugin-build-types" : " ^0.6.0 " ,
45
+ "@pika/plugin-build-web" : " ^0.6.0 " ,
46
+ "@pika/plugin-standard-pkg" : " ^0.6.0 " ,
47
47
"@storybook/react" : " 5.2.0-beta.39" ,
48
48
"@testing-library/jest-dom" : " ^4.0.0" ,
49
49
"@testing-library/react" : " ^8.0.8" ,
Original file line number Diff line number Diff line change 17
17
},
18
18
"main" : " src" ,
19
19
"scripts" : {
20
- "build" : " pack build" ,
20
+ "build" : " pika build" ,
21
21
"postbuild" : " copyfiles -f ../../LICENSE ../../README.md pkg" ,
22
22
"publish" : " npm publish pkg"
23
23
},
Original file line number Diff line number Diff line change 19
19
},
20
20
"main" : " src" ,
21
21
"scripts" : {
22
- "build" : " pack build" ,
22
+ "build" : " pika build" ,
23
23
"postbuild" : " copyfiles -f ../../LICENSE ../../README.md pkg" ,
24
24
"publish" : " npm publish pkg"
25
25
},
You can’t perform that action at this time.
0 commit comments