filter-validate-email
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "filter-validate-email", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "lib/index.js", | ||
@@ -15,3 +15,5 @@ "module": "es/index.js", | ||
"build:es": "cross-env BABEL_ENV=es babel src --out-dir es", | ||
"build": "run-p build:*", | ||
"build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -o dist/filter-validate-email.js", | ||
"build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -o dist/filter-validate-email.min.js", | ||
"build": "run-p build:**", | ||
"prepublishOnly": "git diff --no-ext-diff --quiet --exit-code src .gitignore package.json README.md LICENSE || (echo \"Please commit changes!\" && false) && npm test && npm run build" | ||
@@ -53,2 +55,6 @@ }, | ||
"npm-run-all": "^4.1.3", | ||
"rollup": "^0.63.4", | ||
"rollup-plugin-babel": "^4.0.0-beta.7", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup-plugin-uglify": "^4.0.0", | ||
"tap-spec": "^5.0.0", | ||
@@ -55,0 +61,0 @@ "tape": "^4.9.0" |
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
160348
21
644
16