Skip to content

Commit 12b32e1

Browse files
author
Valentyn
authored
Merge pull request #29 from kennydude/patch-1
Mark as compatible with Webpack 3
2 parents 317ce8a + a6a12d6 commit 12b32e1

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)