Skip to content

Commit dc67c37

Browse files
authored
Merge pull request #69 from david-fong/master
Add webpack v5 as a peer dependency option
2 parents b87837a + bfc847d commit dc67c37

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
@@ -34,7 +34,7 @@
3434
"memory-fs": "^0.5.0"
3535
},
3636
"peerDependencies": {
37-
"webpack": "^2 || ^3 || ^4",
37+
"webpack": "^2 || ^3 || ^4 || ^5",
3838
"html-webpack-plugin": "^2 || ^3 || ^4"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)