@jeefo/parser
Advanced tools
Comparing version 0.0.22 to 0.0.23
{ | ||
"name": "@jeefo/parser", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "A library for parsing AST for any language.", | ||
@@ -15,2 +15,4 @@ "author": { | ||
"test": "./node_modules/mocha/bin/mocha \"specs/**/*_specs.js\"", | ||
"save": "git add . && git c \"`date`\" && git p", | ||
"save_version": "git add . && git c \"v$npm_package_version\" && git p", | ||
"jeefo_publish": "node node_modules/@jeefo/publish/publish.js" | ||
@@ -17,0 +19,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
30652