@nickkaramoff/taskr-postcss
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@nickkaramoff/taskr-postcss", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "PostCSS plugin for Taskr", | ||
@@ -27,3 +27,4 @@ "repository": "NickKaramoff/taskr-postcss", | ||
"dependencies": { | ||
"postcss": "^8.2.1" | ||
"postcss": "^8.2.1", | ||
"postcss-load-config": "^3.0.0" | ||
}, | ||
@@ -33,3 +34,2 @@ "devDependencies": { | ||
"autoprefixer": "^10.1.0", | ||
"postcss-load-config": "^3.0.0", | ||
"postcss-scss": "^3.0.4", | ||
@@ -36,0 +36,0 @@ "tap-spec": "^5.0.0", |
@@ -12,2 +12,3 @@ # @nickkaramoff/taskr-postcss [![npm](https://badgen.net/npm/v/@nickkaramoff/taskr-postcss.svg)](https://npmjs.org/package/@nickkaramoff/taskr-postcss) | ||
> - thus, this package supports Node version 10 and higher (like PostCSS 8 itself) | ||
> - it loads the config using PostCSS' own `postcss-load-config` | ||
> | ||
@@ -14,0 +15,0 @@ > While this can be used as a drop-in replacement for [@taskr/postcss](https://github.com/lukeed/taskr/tree/master/packages/postcss), |
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
6293
6
103
2
+ Addedpostcss-load-config@^3.0.0
+ Addedlilconfig@2.1.0(transitive)
+ Addedpostcss-load-config@3.1.4(transitive)
+ Addedyaml@1.10.2(transitive)