Skip to content

Commit

Permalink
updated deps and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Feb 6, 2016
1 parent 2c0a800 commit 3031c1e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ return gulp.src('./src/*.css')

## Changelog

* 6.1.0
* Support for `null` files
* Updated dependencies

* 6.0.1
* Added an example and a test to pass options to PostCSS (e.g. `syntax` option)
* Updated vinyl-sourcemaps-apply to 0.2.0
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-postcss",
"version": "6.0.1",
"version": "6.1.0",
"description": "PostCSS gulp plugin",
"main": "index.js",
"scripts": {
Expand All @@ -23,15 +23,15 @@
},
"homepage": "https://github.com/postcss/gulp-postcss",
"dependencies": {
"gulp-util": "^3.0.4",
"postcss": "^5.0.0",
"gulp-util": "^3.0.7",
"postcss": "^5.0.14",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"es6-promise": "^2.0.1",
"es6-promise": "^3.0.2",
"gulp-sourcemaps": "^1.5.1",
"mocha": "^2.2.5",
"proxyquire": "^1.5.0",
"sinon": "^1.14.1"
"proxyquire": "^1.7.4",
"sinon": "^1.17.3"
}
}

0 comments on commit 3031c1e

Please sign in to comment.