Skip to content

Commit f554430

Browse files
committed
Loosen html-webpack-plugin peer dep.
Merges vuejs#24
1 parent d6c31b2 commit f554430

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
@@ -53,7 +53,7 @@
5353
"webpack": "^5.20.0"
5454
},
5555
"peerDependencies": {
56-
"html-webpack-plugin": "^5.0.0 || ^4.5.1",
56+
"html-webpack-plugin": "^5.0.0 || ^4.5.x",
5757
"webpack": "^5.20.0 || ^4.1.0"
5858
}
5959
}

0 commit comments

Comments
 (0)