Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Commit a5e921c

Browse files
fix(package): add webpack >= v4.0.0 (peerDependencies) (#32)
1 parent f2ad696 commit a5e921c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,11 @@
5656
"node": ">= 4.3 < 5.0.0 || >= 5.10"
5757
},
5858
"peerDependencies": {
59-
"webpack": "^2.0.0 || ^3.0.0"
60-
},
61-
"repository": {
62-
"type": "git",
63-
"url": "[email protected]:webpack-contrib/cache-loader.git"
59+
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
6460
},
61+
"repository": "https://github.com/webpack-contrib/cache-loader.git",
62+
"bugs": "https://github.com/webpack-contrib/cache-loader/issues",
63+
"homepage": "https://github.com/webpack-contrib/cache-loader",
6564
"pre-commit": "lint-staged",
6665
"lint-staged": {
6766
"*.js": [

0 commit comments

Comments
 (0)