Skip to content

Commit a6a12d6

Browse files
authored
Mark as compatible with Webpack 3
Mark the package as compatible with Webpack 3. npm refuses to install if using webpack 3, even everything seems to work fine
1 parent 317ce8a commit a6a12d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"devDependencies": {
2222
"chai": "^3.2.0",
2323
"mocha": "^2.3.2",
24-
"webpack": "1 || 2"
24+
"webpack": "1 || 2 || 3"
2525
},
2626
"peerDependencies": {
27-
"webpack": "1 || 2"
27+
"webpack": "1 || 2 || 3"
2828
},
2929
"repository": {
3030
"type": "git",

0 commit comments

Comments
 (0)