Comparing version 2.23.0 to 2.24.0
{ | ||
"name": "pigretto", | ||
"version": "2.23.0", | ||
"version": "2.24.0", | ||
"description": "A JS helper to easily implement proxies, facades, lazy loading and monkey patching using an API with an AOP flavor.", | ||
@@ -22,7 +22,10 @@ "keywords": [ | ||
"watch": "WEBPACK_ENV=watch webpack --progress --colors --watch", | ||
"clear-build": "find ./dist ! -name '.gitignore' -type f -exec rm -f {} +", | ||
"clear-build": "find ./dist ! -name '.gitignore' -exec rm -Rf {} +", | ||
"dev-build": "WEBPACK_ENV=dev webpack --progress --colors", | ||
"build": "WEBPACK_ENV=build webpack", | ||
"dev-build-ie11": "WEBPACK_ENV=dev webpack --progress --colors --config webpack.config.ie11.js", | ||
"build-ie11": "WEBPACK_ENV=build webpack --config webpack.config.ie11.js", | ||
"build-all-ie11": "npm run build-ie11 && npm run dev-build-ie11", | ||
"publish-git": "npm publish && git push && git push --tags", | ||
"build-all": "npm run clear-build && npm run build && npm run dev-build && npm run build-module", | ||
"build-all": "npm run clear-build && npm run build && npm run dev-build && npm run build-module && npm run build-all-ie11", | ||
"publish-patch": "npm run build-all && npm version patch && npm run publish-git", | ||
@@ -29,0 +32,0 @@ "publish-minor": "npm run build-all && npm version minor && npm run publish-git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3776298
137
37909