Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "tokenizr", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "String Tokenization Library for JavaScript", | ||
@@ -40,8 +40,10 @@ "keywords": [ "string", "token", "scanner", "lexer" ], | ||
"eslint-plugin-promise": "3.7.0", | ||
"eslint-plugin-import": "2.9.0", | ||
"eslint-plugin-import": "2.10.0", | ||
"eslint-plugin-node": "6.0.1" | ||
}, | ||
"scripts": { | ||
"sample": "babel-node --presets env smp/sample.js" | ||
"prepublishOnly": "grunt default", | ||
"build": "grunt default", | ||
"sample": "babel-node --presets env smp/sample.js" | ||
} | ||
} |
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
72916