File tree 3 files changed +3
-56
lines changed
3 files changed +3
-56
lines changed Original file line number Diff line number Diff line change 10
10
],
11
11
"scripts" : {
12
12
"build" : " del ./dist && mkdir dist && babel src -d dist --ignore **/__tests__" ,
13
- "build:umd" : " webpack --config webpack.config.js --sort-assets-by --progress" ,
14
13
"lint" : " eslint src" ,
15
- "prepublish" : " npm run build && npm run build:umd " ,
14
+ "prepublish" : " npm run build" ,
16
15
"test" : " npm run lint && npm run test:jest" ,
17
16
"test:jest" : " jest" ,
18
17
"test:watch" : " npm run test:jest -- --watch"
21
20
"react-pull-to-refresh" : " github:piranna/react-pull-to-refresh"
22
21
},
23
22
"devDependencies" : {
23
+ "babel-cli" : " ^6.26.0" ,
24
24
"babel-core" : " ^6.26.3" ,
25
25
"babel-eslint" : " ^8.2.3" ,
26
26
"babel-loader" : " ^7.1.4" ,
40
40
"react-dom" : " ^16.3.2" ,
41
41
"react-native-web" : " ^0.6.1" ,
42
42
"react-test-renderer" : " ^16.3.2" ,
43
- "url-loader" : " ^1.0.1" ,
44
- "webpack-cli" : " ^2.1.3"
43
+ "url-loader" : " ^1.0.1"
45
44
},
46
45
"peerDependencies" : {
47
46
"react" : " ~15.4.1" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments