Comparing version 2.0.3 to 2.0.4
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"type": "module", | ||
@@ -14,3 +14,3 @@ "exports": { | ||
"import": "./src/index.js", | ||
"require": "./dist/index.js" | ||
"require": "./dist/index.cjs" | ||
} | ||
@@ -31,3 +31,3 @@ }, | ||
"scripts": { | ||
"build": "rollup -c && tsc", | ||
"build": "rm -rf dist && rollup -c && tsc", | ||
"test": "node test", | ||
@@ -34,0 +34,0 @@ "prepublishOnly": "npm test && npm run build" |
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
7514
6
151