Skip to content

Commit

Permalink
Remove unsupported peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnns committed Feb 6, 2017
1 parent 3abb887 commit 5a6bcb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"author": "J. Tangelder",
"license": "MIT",
"peerDependencies": {
"node-sass": "^3.4.2 || ^4.0.0",
"webpack": "^2 || ^2.2.0-rc.0 || ^2.1.0-beta || ^1.12.6"
"node-sass": "^4.0.0",
"webpack": "^2.0.0"
},
"dependencies": {
"async": "^2.0.1",
Expand Down

0 comments on commit 5a6bcb9

Please sign in to comment.