Skip to content

Commit

Permalink
fix: move webpack to a peer dependency and allow webpack 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 authored and Matt Lewis committed Dec 17, 2016
1 parent e6cf081 commit a4d9ff8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
},
"homepage": "https://github.com/vieron/stylelint-webpack-plugin#readme",
"peerDependencies": {
"stylelint": "^7.0.1"
"stylelint": "^7.0.1",
"webpack": "^2 || ^2.2.0-rc.0 || ^2.1.0-beta.0 || ^1.13.2"
},
"dependencies": {
"arrify": "^1.0.1",
"chalk": "^1.1.3",
"object-assign": "^4.1.0",
"stylelint": "^7.3.1",
"webpack": "^1.13.2"
"stylelint": "^7.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
Expand All @@ -39,7 +39,8 @@
"memory-fs": "^0.3.0",
"mocha": "^3.1.0",
"nyc": "^8.3.1",
"xo": "^0.16.0"
"xo": "^0.16.0",
"webpack": "^1.13.2"
},
"scripts": {
"pretest": "xo",
Expand Down

0 comments on commit a4d9ff8

Please sign in to comment.