gulp-minify-css
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -5,6 +5,11 @@ # Change Log | ||
## [1.2.2] - 2015-11-30 | ||
- dependency | ||
* Bump [vinyl-sourcemaps-apply](https://github.com/floridoo/vinyl-sourcemaps-apply) to v0.2.0 | ||
## [1.2.1] - 2015-08-23 | ||
- dependency | ||
* Bump [object-assign](https://github.com/sindresorhus/object-assign) to v3.0.0 | ||
* Bump [object-assign](https://github.com/sindresorhus/object-assign) to v4.0.0 | ||
@@ -11,0 +16,0 @@ ## [1.2.0] - 2015-06-25 |
{ | ||
"name": "gulp-minify-css", | ||
"description": "Minify css with clean-css.", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"repository": "murphydanger/gulp-minify-css", | ||
"author": "Jonathan Pollack <jonathan@gnobel.com> (gnobel.com)", | ||
"author": "Murphy Danger <jonathan@gnobel.com> (github.com/murphydanger)", | ||
"contributors": [ | ||
@@ -24,6 +24,6 @@ "Shinnosuke Watanabe <snnskwtnb@gmail.com> (github.com/shinnn)" | ||
"scripts": { | ||
"pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json --env mocha index.js test", | ||
"test": "_mocha --full-trace", | ||
"test-dot": "_mocha --reporter dot --full-trace", | ||
"coverage": "istanbul cover _mocha -- --full-trace", | ||
"pretest": "eslint --fix --config @shinnn/node-legacy --env mocha index.js test", | ||
"test": "node --harmony_destructuring node_modules/mocha/bin/_mocha --full-trace", | ||
"test-dot": "node --harmony_destructuring node_modules/mocha/bin/_mocha --reporter dot --full-trace", | ||
"coverage": "node --harmony_destructuring node_modules/istanbul/lib/cli cover _mocha -- --full-trace", | ||
"coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls" | ||
@@ -37,17 +37,17 @@ }, | ||
"vinyl-bufferstream": "^1.0.1", | ||
"vinyl-sourcemaps-apply": "^0.1.4" | ||
"vinyl-sourcemaps-apply": "^0.2.0" | ||
}, | ||
"devDependencies": { | ||
"@shinnn/eslintrc-node": "^1.0.2", | ||
"@shinnn/eslint-config-node-legacy": "^1.0.0", | ||
"chai": "^3.0.0", | ||
"eslint": "^0.23.0", | ||
"eslint": "^1.10.2", | ||
"from2-string": "^1.0.2", | ||
"gulp-sourcemaps": "^1.5.2", | ||
"gulp-stylus": "^2.0.5", | ||
"istanbul": "^0.3.15", | ||
"istanbul": "^0.4.1", | ||
"istanbul-coveralls": "^1.0.3", | ||
"mocha": "^2.2.5", | ||
"stream-combiner2": "^1.0.2", | ||
"vinyl": "^0.5.0" | ||
"stream-combiner2": "^1.1.1", | ||
"vinyl": "^1.1.0" | ||
} | ||
} |
@@ -66,2 +66,2 @@ # gulp-minify-css | ||
[MIT](./LICENSE) © [Jonathan Pollack](https://github.com/murphydanger) | ||
[MIT](./LICENSE) © [Murphy Danger](https://github.com/murphydanger) |
Sorry, the diff of this file is not supported yet
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
9762
+ Addedsource-map@0.5.7(transitive)
+ Addedvinyl-sourcemaps-apply@0.2.1(transitive)
- Removedsource-map@0.1.43(transitive)
- Removedvinyl-sourcemaps-apply@0.1.4(transitive)