grunt-media-query-extractor
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "grunt-media-query-extractor", | ||
"description": "Combine and extract media queries for mobile-first responsive design", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/bjork24/grunt-media-query-extractor", | ||
@@ -27,3 +27,4 @@ "author": { | ||
"dependencies": { | ||
"css-parse": "~1.5.0" | ||
"css-parse": "~1.5.0", | ||
"lodash": "~2.4.1" | ||
}, | ||
@@ -30,0 +31,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
32546
3
+ Addedlodash@~2.4.1