postcss-load-plugins
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -30,2 +30,3 @@ 'use strict'; | ||
options.pattern = options.pattern.concat(registry.pattern); | ||
options.pattern.push('!postcss-load-plugins'); | ||
extend(options.rename, registry.rename); | ||
@@ -32,0 +33,0 @@ |
{ | ||
"name": "postcss-load-plugins", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Automatically load any postcss plugins in your package.json", | ||
@@ -5,0 +5,0 @@ "repository": "trysound/postcss-load-plugins", |
@@ -81,1 +81,8 @@ # postcss-load-plugins | ||
## License | ||
[The MIT License (MIT)](LICENSE) | ||
Copyright © 2015 Sindre Sorhus, Jack Franklin, Bogdan Chadkin | ||
{ | ||
"pattern": [ | ||
"postcss-*", | ||
"css-*" | ||
"!postcss-load-plugins", | ||
"autoprefixer-core", | ||
"csswring", | ||
"mq4-hover-shim", | ||
"cssgrace", | ||
"pixrem", | ||
"webpcss", | ||
"list-selectors" | ||
], | ||
"rename": { | ||
"autoprefixer-core": "autoprefixer", | ||
"css-mqpacker": "mqpacker", | ||
"css-byebye": "byebye" | ||
} | ||
"pattern": [ | ||
"postcss-*", | ||
"css-mqpacker", | ||
"css-byebye", | ||
"autoprefixer-core", | ||
"csswring", | ||
"mq4-hover-shim", | ||
"cssgrace", | ||
"pixrem", | ||
"webpcss", | ||
"list-selectors", | ||
"cssnext" | ||
], | ||
"rename": { | ||
"autoprefixer-core": "autoprefixer", | ||
"css-mqpacker": "mqpacker", | ||
"css-byebye": "byebye" | ||
} | ||
} |
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
10229
8
247
88