Skip to content

Commit

Permalink
fix(package): add webpack >= v4.0.0 (peerDependencies) (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Mar 1, 2018
1 parent a38344d commit 620bdd4
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions package.json
Expand Up @@ -54,20 +54,15 @@
},
"peerDependencies": {
"node-sass": "^4.0.0",
"webpack": "^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0"
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"keywords": [
"sass",
"libsass",
"webpack",
"loader"
],
"repository": {
"type": "git",
"url": "git://github.com/webpack-contrib/sass-loader.git"
},
"bugs": {
"url": "https://github.com/webpack-contrib/sass-loader/issues"
},
"repository": "https://github.com/webpack-contrib/sass-loader.git",
"bugs": "https://github.com/webpack-contrib/sass-loader/issues",
"homepage": "https://github.com/webpack-contrib/sass-loader"
}

0 comments on commit 620bdd4

Please sign in to comment.