Skip to content

Commit 870fa9a

Browse files
committed
version 0.0.5: add webpack v5 to peerDependencies
1 parent 0f58a3c commit 870fa9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-simple-progress-plugin",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "webpack plugin for showing simple progress bar",
55
"main": "index.js",
66
"scripts": {
@@ -31,6 +31,6 @@
3131
"progress": "^1.1.8"
3232
},
3333
"peerDependencies": {
34-
"webpack": "^1.3.0 || ^2.1.0-beta || ^3.0.0 || ^4.0.0"
34+
"webpack": "^1.3.0 || ^2.1.0-beta || ^3.0.0 || ^4.0.0 || ^5.0.0"
3535
}
3636
}

0 commit comments

Comments
 (0)