Skip to content

Commit

Permalink
Update postcss to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rm committed Jan 1, 2015
1 parent dc358c6 commit 4918152
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ return gulp.src('./src/*.css')
## Changelog
* 4.0.0
* Updated PostCSS to 4.0
* 3.0.0
* Updated PostCSS to 3.0 and fixed tests
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-postcss",
"version": "3.0.0",
"version": "4.0.0",
"description": "PostCSS gulp plugin",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"homepage": "https://github.com/w0rm/gulp-postcss",
"dependencies": {
"gulp-util": "^3.0.0",
"postcss": "^3.0.0",
"postcss": "^4.0.0",
"through2": "^0.6.1",
"vinyl-sourcemaps-apply": "^0.1.1"
},
Expand Down

0 comments on commit 4918152

Please sign in to comment.