gulp-minify-css
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -6,2 +6,7 @@ # Change Log | ||
## [1.1.6] - 2015-06-04 | ||
- dependency | ||
* Bump [object-assign](https://github.com/sindresorhus/object-assign) to v3.0.0 | ||
## [1.1.5] - 2015-06-03 | ||
@@ -8,0 +13,0 @@ |
{ | ||
"name": "gulp-minify-css", | ||
"description": "Minify css with clean-css.", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"repository": "murphydanger/gulp-minify-css", | ||
@@ -31,5 +31,5 @@ "author": "Jonathan Pollack <jonathan@gnobel.com> (gnobel.com)", | ||
"dependencies": { | ||
"clean-css": "^3.3.0", | ||
"clean-css": "^3.3.1", | ||
"gulp-util": "^3.0.5", | ||
"object-assign": "^2.0.0", | ||
"object-assign": "^3.0.0", | ||
"through2": "^0.6.5", | ||
@@ -41,3 +41,3 @@ "vinyl-bufferstream": "^1.0.1", | ||
"@shinnn/eslintrc-node": "^1.0.2", | ||
"chai": "^2.3.0", | ||
"chai": "^3.0.0", | ||
"eslint": "^0.22.1", | ||
@@ -51,4 +51,4 @@ "from2-string": "^1.0.2", | ||
"stream-combiner2": "^1.0.2", | ||
"vinyl": "^0.4.6" | ||
"vinyl": "^0.5.0" | ||
} | ||
} |
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
9562
- Removedobject-assign@2.1.1(transitive)
Updatedclean-css@^3.3.1
Updatedobject-assign@^3.0.0