Skip to content

Commit 5a6bcb9

Browse files
committed
Remove unsupported peer dependencies
1 parent 3abb887 commit 5a6bcb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"author": "J. Tangelder",
2828
"license": "MIT",
2929
"peerDependencies": {
30-
"node-sass": "^3.4.2 || ^4.0.0",
31-
"webpack": "^2 || ^2.2.0-rc.0 || ^2.1.0-beta || ^1.12.6"
30+
"node-sass": "^4.0.0",
31+
"webpack": "^2.0.0"
3232
},
3333
"dependencies": {
3434
"async": "^2.0.1",

0 commit comments

Comments
 (0)