collect.js
Advanced tools
Comparing version 4.27.3 to 4.27.4
{ | ||
"name": "collect.js", | ||
"version": "4.27.3", | ||
"version": "4.27.4", | ||
"description": "Convenient and dependency free wrapper for working with arrays and objects.", | ||
@@ -13,5 +13,5 @@ "main": "dist/index.js", | ||
"readme": "node bundler/bundle.js", | ||
"bundle": "webpack-cli dist/index.js --output build/collect.js --mode development --output-library collect", | ||
"uglify": "uglifyjs build/collect.js --compress --mangle --output build/collect.min.js", | ||
"build": "npm run transpile && npm run bundle && npm run uglify && npm run readme", | ||
"bundle.development": "webpack-cli dist/index.js --output build/collect.js --mode development --output-library collect", | ||
"bundle.production": "webpack-cli dist/index.js --output build/collect.min.js --mode production --output-library collect", | ||
"build": "npm run transpile && npm run bundle.development && npm run bundle.production && npm run readme", | ||
"eslint": "npm run eslint:js && npm run eslint:md", | ||
@@ -76,6 +76,5 @@ "eslint:js": "eslint src/ test/ --fix", | ||
"nyc": "^11.0.2", | ||
"uglify-js": "^3.2.2", | ||
"webpack": "^4.36.1", | ||
"webpack-cli": "^3.3.6" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
15
554798