is-valid-nip
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "is-valid-nip", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Check if a number is a valid Numer Identyfikacji Podatkowej (NIP)", | ||
@@ -8,3 +8,3 @@ "main": "dist/cjs/index.js", | ||
"source": "src/index.ts", | ||
"types": "src/index.ts", | ||
"types": "dist/cjs/index.d.ts", | ||
"sideEffects": false, | ||
@@ -21,3 +21,3 @@ "type": "module", | ||
"jest": "jest", | ||
"lint": "eslint src --ext .js,.ts", | ||
"lint": "eslint src", | ||
"prepack": "yarn clean && yarn build", | ||
@@ -24,0 +24,0 @@ "prettier": "prettier --check . --cache", |
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
7859