postcss-px-to-em
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "postcss-px-to-em", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "PostCSS plugin to convert all px measurements to em", | ||
@@ -25,2 +25,3 @@ "keywords": [ | ||
"dependencies": { | ||
"lodash": "^3.10.0", | ||
"postcss": "^4.1.13" | ||
@@ -32,4 +33,3 @@ }, | ||
"gulp-eslint": "^0.14.0", | ||
"gulp-mocha": "^2.1.2", | ||
"lodash": "^3.10.0" | ||
"gulp-mocha": "^2.1.2" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
@@ -66,3 +66,3 @@ # PostCSS px To em [![Build Status][ci-img]][ci] | ||
[PostCSS]: https://github.com/postcss/postcss | ||
[ci-img]: https://travis-ci.org/ojame/postcss-pixels-to-em.svg | ||
[ci]: https://travis-ci.org/ojame/postcss-pixels-to-em | ||
[ci-img]: https://travis-ci.org/macropodhq/postcss-px-to-em.svg | ||
[ci]: https://travis-ci.org/macropodhq/postcss-px-to-em |
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
5692
4
2
+ Addedlodash@^3.10.0
+ Addedlodash@3.10.1(transitive)