We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f58a3c commit 870fa9aCopy full SHA for 870fa9a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webpack-simple-progress-plugin",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"description": "webpack plugin for showing simple progress bar",
5
"main": "index.js",
6
"scripts": {
@@ -31,6 +31,6 @@
31
"progress": "^1.1.8"
32
},
33
"peerDependencies": {
34
- "webpack": "^1.3.0 || ^2.1.0-beta || ^3.0.0 || ^4.0.0"
+ "webpack": "^1.3.0 || ^2.1.0-beta || ^3.0.0 || ^4.0.0 || ^5.0.0"
35
}
36
0 commit comments