rollup-plugin-css-only
Advanced tools
Comparing version 4.3.0 to 4.4.0
{ | ||
"name": "rollup-plugin-css-only", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"description": "Rollup plugin that bundles imported css", | ||
@@ -52,3 +52,3 @@ "main": "dist/index.cjs", | ||
"peerDependencies": { | ||
"rollup": "<4" | ||
"rollup": "<5" | ||
}, | ||
@@ -60,4 +60,4 @@ "dependencies": { | ||
"@rollup/plugin-buble": "^1.0.0", | ||
"rollup": "<4" | ||
"rollup": "<5" | ||
} | ||
} |
@@ -29,3 +29,4 @@ # Rollup plugin that bundles imported css | ||
``` | ||
# v4 is compatible with Rollup 3 & 2 | ||
# v4 is compatible with Rollup 4 & 3 & 2 | ||
# Rollup 4 since v4.4 | ||
npm install --save-dev rollup-plugin-css-only | ||
@@ -32,0 +33,0 @@ ``` |
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
11159
104