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

Commit 8a676ec

Browse files
committed
Specify webpack v4 as peer dependency
1 parent 7868f36 commit 8a676ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"license": "MIT",
2828
"peerDependencies": {
29-
"webpack": "^2.0.0 || ^3.0.0"
29+
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
3030
},
3131
"devDependencies": {
3232
"babel-core": "^6.23.1",

0 commit comments

Comments
 (0)