Skip to content

Commit 717221a

Browse files
committed
Removed useless webpack dependencies and add missing babel-cli one
1 parent b6255c6 commit 717221a

File tree

3 files changed

+3
-56
lines changed

3 files changed

+3
-56
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
],
1111
"scripts": {
1212
"build": "del ./dist && mkdir dist && babel src -d dist --ignore **/__tests__",
13-
"build:umd": "webpack --config webpack.config.js --sort-assets-by --progress",
1413
"lint": "eslint src",
15-
"prepublish": "npm run build && npm run build:umd",
14+
"prepublish": "npm run build",
1615
"test": "npm run lint && npm run test:jest",
1716
"test:jest": "jest",
1817
"test:watch": "npm run test:jest -- --watch"
@@ -21,6 +20,7 @@
2120
"react-pull-to-refresh": "github:piranna/react-pull-to-refresh"
2221
},
2322
"devDependencies": {
23+
"babel-cli": "^6.26.0",
2424
"babel-core": "^6.26.3",
2525
"babel-eslint": "^8.2.3",
2626
"babel-loader": "^7.1.4",
@@ -40,8 +40,7 @@
4040
"react-dom": "^16.3.2",
4141
"react-native-web": "^0.6.1",
4242
"react-test-renderer": "^16.3.2",
43-
"url-loader": "^1.0.1",
44-
"webpack-cli": "^2.1.3"
43+
"url-loader": "^1.0.1"
4544
},
4645
"peerDependencies": {
4746
"react": "~15.4.1",

src/tests.webpack.js

-8
This file was deleted.

webpack.config.js

-44
This file was deleted.

0 commit comments

Comments
 (0)