Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
scniro committed May 31, 2017
1 parent f389d8f commit d6729f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "gulp-clean-css",
"description": "Minify css with clean-css.",
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
"version": "3.4.0",
"version": "3.4.1",
"author": "scniro",
"license": "MIT",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ describe('gulp-clean-css: rebase', function () {
it('should rebase to current relative file location - relative imports are resolved like in the browser', function (done) {

gulp.src(['test/fixtures/rebasing/subdir/import.css'])
.pipe(cleanCSS({}))
.pipe(cleanCSS())
.on('data', function (file) {

let expected = `
Expand Down

0 comments on commit d6729f2

Please sign in to comment.