Skip to content

Commit 24b8976

Browse files
authored
Update package.json
Support webpack 5 peer dependency.
1 parent 487b65a commit 24b8976

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
@@ -21,7 +21,7 @@
2121
},
2222
"peerDependencies": {
2323
"browser-sync": "^2",
24-
"webpack": "^1 || ^2 || ^3 || ^4"
24+
"webpack": "^1 || ^2 || ^3 || ^4 || ^5"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)