Skip to content

Commit 4918152

Browse files
committed
Update postcss to 4.0
1 parent dc358c6 commit 4918152

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ return gulp.src('./src/*.css')
6666
6767
## Changelog
6868
69+
* 4.0.0
70+
* Updated PostCSS to 4.0
71+
6972
* 3.0.0
7073
* Updated PostCSS to 3.0 and fixed tests
7174

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-postcss",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "PostCSS gulp plugin",
55
"main": "index.js",
66
"scripts": {
@@ -23,7 +23,7 @@
2323
"homepage": "https://github.com/w0rm/gulp-postcss",
2424
"dependencies": {
2525
"gulp-util": "^3.0.0",
26-
"postcss": "^3.0.0",
26+
"postcss": "^4.0.0",
2727
"through2": "^0.6.1",
2828
"vinyl-sourcemaps-apply": "^0.1.1"
2929
},

0 commit comments

Comments
 (0)