@node-minify/clean-css
Advanced tools
Comparing version 8.0.0-beta.0 to 8.0.1-beta.0
@@ -63,1 +63,2 @@ var __create = Object.create; | ||
*/ | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@node-minify/clean-css", | ||
"version": "8.0.0-beta.0", | ||
"version": "8.0.1-beta.0", | ||
"description": "clean-css plugin for @node-minify", | ||
@@ -44,14 +44,14 @@ "keywords": [ | ||
"clean": "pnpm dlx rimraf dist", | ||
"build": "npm run clean && tsup src/index.ts --format cjs,esm --dts --clean", | ||
"build": "npm run clean && tsup src/index.ts --format cjs,esm --dts --clean --sourcemap", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@node-minify/utils": "8.0.0-beta.0", | ||
"@node-minify/utils": "8.0.1-beta.0", | ||
"clean-css": "5.3.1" | ||
}, | ||
"devDependencies": { | ||
"@node-minify/types": "8.0.0-beta.0", | ||
"@node-minify/types": "8.0.1-beta.0", | ||
"@types/clean-css": "^4.2.6" | ||
}, | ||
"gitHead": "0507c6190577e1939997a8231b07952ba167a780" | ||
"gitHead": "35a8a41ec86a11cbec05d8a7db9113475ece2cef" | ||
} |
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
13109
8
+ Added@node-minify/utils@8.0.1-beta.0(transitive)
- Removed@node-minify/utils@8.0.0-beta.0(transitive)