Comparing version 2.2.2 to 2.2.3
{ | ||
"name": "cdigit", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Collection of check digit algorithms implemented in JavaScript", | ||
@@ -11,3 +11,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "rm -rf lib && tsc", | ||
"eslint": "eslint bin test", | ||
@@ -17,3 +17,3 @@ "prepare": "npm run tslint && npm run build && npm run eslint && npm test", | ||
"tslint": "tslint -p package.json", | ||
"typedoc": "typedoc --out docs --mode file" | ||
"typedoc": "rm -rf docs && typedoc --out docs --mode file --gitRevision master" | ||
}, | ||
@@ -20,0 +20,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
928263