shift-parser
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "shift-parser", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "ECMAScript parser that produces a Shift format AST", | ||
@@ -18,2 +18,3 @@ "author": "Shape Security Labs", | ||
"build": "babel --auxiliary-comment-before 'istanbul ignore next' --modules commonStrict --source-maps-inline --out-dir dist src", | ||
"prepublish": "npm update && npm run build", | ||
"watch": "babel --auxiliary-comment-before 'istanbul ignore next' --modules commonStrict --source-maps-inline --out-dir dist src --watch", | ||
@@ -20,0 +21,0 @@ "benchmark": "node benchmark", |
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
229813