Comparing version 0.0.3 to 0.0.5
{ | ||
"name": "stdnum", | ||
"version": "0.0.3", | ||
"version": "0.0.5", | ||
"description": "Standard Number Validation", | ||
@@ -8,4 +8,7 @@ "files": [ | ||
], | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"type": "module", | ||
"exports": { | ||
"import": "./lib/esm", | ||
"require": "./lib/cjs" | ||
}, | ||
"scripts": { | ||
@@ -12,0 +15,0 @@ "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", |
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
380226
Yes