strip-literal
Advanced tools
Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "strip-literal", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"packageManager": "pnpm@7.0.0", | ||
@@ -19,3 +18,3 @@ "description": "Strip comments and string literals from JavaScript code", | ||
"funding": "https://github.com/sponsors/antfu", | ||
"main": "./dist/index.mjs", | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
@@ -30,10 +29,2 @@ "types": "./dist/index.d.ts", | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"./dist/*", | ||
"./dist/index.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -40,0 +31,0 @@ "dist" |
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
5144
No