interval-jitter
Advanced tools
Comparing version 1.12.0 to 1.13.0
{ | ||
"name": "interval-jitter", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"description": "An interval jitter which executes a callback at random time intervals between a minimum and a maximum delay.", | ||
@@ -23,4 +23,4 @@ "keywords": [ | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch", | ||
"dev-build": "WEBPACK_ENV=watch webpack --progress --colors", | ||
"watch": "WEBPACK_ENV=watch webpack --progress --color --watch", | ||
"dev-build": "WEBPACK_ENV=watch webpack --progress --color", | ||
"build": "WEBPACK_ENV=build webpack", | ||
@@ -42,3 +42,3 @@ "publish-git": "npm publish && git push && git push --tags", | ||
"webpack": "^5.49.0", | ||
"webpack-cli": "^3.3.12" | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "bugs": { |
12082