@fullhuman/postcss-purgecss
Advanced tools
Comparing version 3.1.0-alpha.0 to 3.1.0
{ | ||
"name": "@fullhuman/postcss-purgecss", | ||
"version": "3.1.0-alpha.0", | ||
"version": "3.1.0", | ||
"description": "PostCSS plugin for PurgeCSS", | ||
"author": "FoundrySH <no-reply@foundry.sh>", | ||
"homepage": "https://github.com/FullHuman/purgecss#readme", | ||
"homepage": "https://purgecss.com", | ||
"license": "MIT", | ||
@@ -29,12 +29,12 @@ "main": "lib/postcss-purgecss.js", | ||
"dependencies": { | ||
"purgecss": "^3.1.0-alpha.0" | ||
"purgecss": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"postcss": "^8.1.3", | ||
"postcss": "^8.2.1", | ||
"postcss7": "npm:postcss@7.0.34" | ||
}, | ||
"peerDependencies": { | ||
"postcss": "^8.1.3" | ||
"postcss": "^8.2.0" | ||
}, | ||
"gitHead": "f5e4427dfd9ba3ea5ad3e75f3c51d4e73922cc16" | ||
"gitHead": "f5fc9d20bc92ffc671083a7caec1f0bc60589821" | ||
} |
@@ -15,3 +15,3 @@ # PostCSS Purgecss | ||
``` | ||
npm i -D @fullhuman/postcss-purgecss | ||
npm i -D @fullhuman/postcss-purgecss postcss | ||
``` | ||
@@ -18,0 +18,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
11118
Updatedpurgecss@^3.1.0