Skip to content

Commit

Permalink
chore(dependencies): Update peer dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Require webpack 2 as peer dependency
  • Loading branch information
jhnns committed Mar 17, 2017
1 parent 6e159a8 commit 24a6f66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"pify": "^2.3.0"
},
"peerDependencies": {
"less": "^2.3.1"
"less": "^2.3.1",
"webpack": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
Expand All @@ -49,16 +50,15 @@
"eslint": "^3.17.1",
"eslint-config-webpack": "^1.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsdoc": "^2.4.0",
"inspect-loader": "^1.0.0",
"jest": "^19.0.2",
"less": "^2.6.1",
"less": "^2.3.1",
"lint-staged": "^3.4.0",
"nodemon": "^1.11.0",
"nsp": "^2.6.3",
"pre-commit": "^1.2.2",
"standard-version": "^4.0.0",
"webpack": "^2.2.1",
"webpack": "^2.2.0",
"webpack-defaults": "^0.4.1"
},
"repository": {
Expand Down

0 comments on commit 24a6f66

Please sign in to comment.