expression-eval
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "expression-eval", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "JavaScript expression parsing and evaluation.", | ||
@@ -18,3 +18,3 @@ "source": "index.js", | ||
"test": "node test.js", | ||
"preversion": "npm run build && npm run test", | ||
"preversion": "npm run build && npm run test && git add -A dist", | ||
"postversion": "git push && git push --tags && npm publish" | ||
@@ -21,0 +21,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
58227