Skip to content

Commit 620bdd4

Browse files
authoredMar 1, 2018
fix(package): add webpack >= v4.0.0 (peerDependencies) (#541)
1 parent a38344d commit 620bdd4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed
 

‎package.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,15 @@
5454
},
5555
"peerDependencies": {
5656
"node-sass": "^4.0.0",
57-
"webpack": "^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0"
57+
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
5858
},
5959
"keywords": [
6060
"sass",
6161
"libsass",
6262
"webpack",
6363
"loader"
6464
],
65-
"repository": {
66-
"type": "git",
67-
"url": "git://github.com/webpack-contrib/sass-loader.git"
68-
},
69-
"bugs": {
70-
"url": "https://github.com/webpack-contrib/sass-loader/issues"
71-
},
65+
"repository": "https://github.com/webpack-contrib/sass-loader.git",
66+
"bugs": "https://github.com/webpack-contrib/sass-loader/issues",
7267
"homepage": "https://github.com/webpack-contrib/sass-loader"
7368
}

0 commit comments

Comments
 (0)
Please sign in to comment.