Skip to content

Commit 62a7a95

Browse files
committed
fix: add webpack peer dependency
1 parent 9bb13e3 commit 62a7a95

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: package.json

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
"uglify-loader": "^2.0.0",
4141
"webpack": "^3.8.1"
4242
},
43+
"peerDependencies": {
44+
"webpack": "^2.0.0 || ^3.0.0"
45+
},
4346
"repository": {
4447
"type": "git",
4548
"url": "https://github.com/kmontag/protobufjs-loader.git"

0 commit comments

Comments
 (0)