Skip to content

Commit 24a6f66

Browse files
committed
chore(dependencies): Update peer dependencies
BREAKING CHANGE: Require webpack 2 as peer dependency
1 parent 6e159a8 commit 24a6f66

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"pify": "^2.3.0"
3737
},
3838
"peerDependencies": {
39-
"less": "^2.3.1"
39+
"less": "^2.3.1",
40+
"webpack": "^2.2.0"
4041
},
4142
"devDependencies": {
4243
"babel-cli": "^6.24.0",
@@ -49,16 +50,15 @@
4950
"eslint": "^3.17.1",
5051
"eslint-config-webpack": "^1.1.0",
5152
"eslint-plugin-import": "^2.2.0",
52-
"eslint-plugin-jsdoc": "^2.4.0",
5353
"inspect-loader": "^1.0.0",
5454
"jest": "^19.0.2",
55-
"less": "^2.6.1",
55+
"less": "^2.3.1",
5656
"lint-staged": "^3.4.0",
5757
"nodemon": "^1.11.0",
5858
"nsp": "^2.6.3",
5959
"pre-commit": "^1.2.2",
6060
"standard-version": "^4.0.0",
61-
"webpack": "^2.2.1",
61+
"webpack": "^2.2.0",
6262
"webpack-defaults": "^0.4.1"
6363
},
6464
"repository": {

0 commit comments

Comments
 (0)