Skip to content

Commit

Permalink
chore(package.json): Allow for webpack 2 rc
Browse files Browse the repository at this point in the history
Add webpack "2.2.0-rc" peerDependencies fixes #186
  • Loading branch information
MikaAK committed Dec 22, 2016
1 parent be40420 commit 5716c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "https://github.com/webpack/karma-webpack.git"
},
"peerDependencies": {
"webpack": "^1.1.0 || ^2 || ^2.1.0-beta"
"webpack": "^1.1.0 || ^2 || ^2.1.0-beta || ^2.2.0-rc"
},
"dependencies": {
"async": "~0.9.0",
Expand Down

0 comments on commit 5716c6d

Please sign in to comment.