Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit b1a89f5

Browse files
committed
chore(deps): remove unused deps
1 parent c7875e0 commit b1a89f5

File tree

2 files changed

+148
-4161
lines changed

2 files changed

+148
-4161
lines changed

package.json

+2-9
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@
55
"build": "bsb -make-world",
66
"start": "bsb -make-world -w",
77
"clean": "bsb -clean-world",
8-
"test": "echo \"Error: no test specified\" && exit 1",
9-
"webpack": "webpack -w",
10-
"webpack:production": "NODE_ENV=production webpack",
11-
"server": "webpack-dev-server"
8+
"test": "echo \"Error: no test specified\" && exit 1"
129
},
1310
"keywords": [
1411
"BuckleScript"
@@ -23,11 +20,7 @@
2320
},
2421
"devDependencies": {
2522
"bs-platform": "^5.0.2",
26-
"html-webpack-plugin": "^3.2.0",
27-
"reason-apollo": "^0.15.2",
28-
"webpack": "^4.0.1",
29-
"webpack-cli": "^3.1.1",
30-
"webpack-dev-server": "^3.1.8"
23+
"reason-apollo": "^0.15.2"
3124
},
3225
"peerDependencies": {
3326
"reason-apollo": "^0.15.2"

0 commit comments

Comments
 (0)