collect.js
Advanced tools
Comparing version 4.30.3 to 4.30.6
{ | ||
"name": "collect.js", | ||
"version": "4.30.3", | ||
"version": "4.30.6", | ||
"description": "Convenient and dependency free wrapper for working with arrays and objects.", | ||
@@ -8,3 +8,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"all": "npm run build && npm test && npm run eslint", | ||
"all": "npm run build && npm test && npm run eslint && npm run validate-version", | ||
"pretest": "npm run transpile", | ||
@@ -17,5 +17,7 @@ "test": "mocha test/tests.js", | ||
"build": "npm run transpile && npm run bundle.development && npm run bundle.production && npm run readme", | ||
"eslint": "npm run eslint:js && npm run eslint:md", | ||
"eslint:js": "eslint src/ test/ --fix", | ||
"eslint:md": "eslint --fix --ext md README.md docs/ --rule strict:off --rule no-undef:off --rule no-unused-vars:off --rule func-names:off --rule no-console:off --rule consistent-return:off --rule import/no-unresolved:off --rule import/extensions:off --parser-options sourceType:module", | ||
"eslint": "npm run eslint:fix", | ||
"eslint:fix": "npm run eslint:js -- --fix && npm run eslint:md -- --fix", | ||
"eslint:strict": "npm run eslint:js && npm run eslint:md", | ||
"eslint:js": "eslint src/ test/", | ||
"eslint:md": "eslint --ext md README.md docs/ --rule strict:off --rule no-undef:off --rule no-unused-vars:off --rule func-names:off --rule no-console:off --rule consistent-return:off --rule import/no-unresolved:off --rule import/extensions:off --parser-options sourceType:module", | ||
"coverage": "npm run transpile && nyc mocha test/tests.js", | ||
@@ -25,2 +27,3 @@ "reporter": "nyc report --reporter=html", | ||
"docs:build": "vuepress build docs", | ||
"validate-version": "", | ||
"prepublishOnly": "npm run all" | ||
@@ -27,0 +30,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
588469