Skip to content

Commit 76d02f3

Browse files
committed
Fix dependencies. Fuck npm 6
1 parent 680d427 commit 76d02f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"express": "^4.16.2",
8282
"fs-extra": "^5.0.0",
8383
"glob": "^7.1.2",
84-
"mocha": "^4.0.1"
84+
"mocha": "^4.0.1",
85+
"webpack": "4.x.x"
8586
},
8687
"buildDependencies": {
8788
"babel": "^5.8.23"

0 commit comments

Comments
 (0)