Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "codice", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"exports": "./dist/index.mjs", | ||
@@ -10,3 +10,4 @@ "author": "huozhi", | ||
"scripts": { | ||
"build": "bunchee lib/index.mjs --no-sourcemap" | ||
"build": "bunchee lib/index.mjs --no-sourcemap", | ||
"prepublishOnly": "rm -rf dist && npm run build" | ||
}, | ||
@@ -13,0 +14,0 @@ "peerDependencies": { |
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
2813
84