Skip to content

Commit

Permalink
bump gulp-autoprefixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Sep 8, 2014
1 parent afff58f commit a50b72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ gulp.task('styles', function () {
})
.on('error', console.error.bind(console))
)
.pipe($.autoprefixer(AUTOPREFIXER_BROWSERS))
.pipe($.autoprefixer({browsers: AUTOPREFIXER_BROWSERS}))
.pipe(gulp.dest('.tmp/styles'))
// Concatenate And Minify Styles
.pipe($.if('*.css', $.csso()))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"browser-sync": "^1.3.0",
"del": "^0.1.2",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^0.0.8",
"gulp-autoprefixer": "^1.0.0",
"gulp-cache": "^0.2.2",
"gulp-changed": "^1.0.0",
"gulp-csso": "^0.2.9",
Expand Down

0 comments on commit a50b72c

Please sign in to comment.