Comparing version 1.9.0 to 1.10.0
{ | ||
"name": "gospel", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Utility functions for tweaking CSS-related stuff and animating things in JS.", | ||
@@ -24,6 +24,6 @@ "keywords": [ | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch", | ||
"watch": "WEBPACK_ENV=watch webpack --progress --color --watch", | ||
"mkdir-build": "mkdir -p ./dist/es6", | ||
"clear-build": "find ./dist ! -name '.gitignore' -type f -exec rm -f {} +", | ||
"dev-build": "WEBPACK_ENV=watch webpack --progress --colors", | ||
"dev-build": "WEBPACK_ENV=watch webpack --progress --color", | ||
"build": "WEBPACK_ENV=build webpack", | ||
@@ -54,3 +54,3 @@ "publish-git": "npm publish && git push && git push --tags", | ||
"webpack": "^5.45.1", | ||
"webpack-cli": "^3.3.12" | ||
"webpack-cli": "^4.8.0" | ||
}, | ||
@@ -57,0 +57,0 @@ "bugs": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1128262