postcss-normalize
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -10,3 +10,3 @@ 'use strict'; | ||
var normalize = fs.readFileSync(require.resolve('normalize.css'), 'utf8'); | ||
var normalize = fs.readFileSync(require.resolve('normalize.css/normalize.css'), 'utf8'); | ||
normalize = new CleanCSS().minify(normalize).styles; | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "postcss-normalize", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "PostCSS plugin that automatically applies normalize.css", | ||
@@ -30,4 +30,4 @@ "keywords": [ | ||
"clean-css": "^3.3.9", | ||
"normalize.css": "^3.0.3", | ||
"postcss": "^4.1.9" | ||
"normalize.css": "^4.0.0", | ||
"postcss": "^5.0.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "devDependencies": { |
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
3154
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedhas-flag@1.0.0(transitive)
+ Addedjs-base64@2.6.4(transitive)
+ Addednormalize.css@4.2.0(transitive)
+ Addedpostcss@5.2.18(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.03.2.3(transitive)
- Removedes6-promise@2.3.0(transitive)
- Removedjs-base64@2.1.9(transitive)
- Removednormalize.css@3.0.3(transitive)
- Removedpostcss@4.1.16(transitive)
Updatednormalize.css@^4.0.0
Updatedpostcss@^5.0.0