Skip to content

Commit d6729f2

Browse files
committedMay 31, 2017
bump
1 parent f389d8f commit d6729f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gulp-clean-css",
33
"description": "Minify css with clean-css.",
44
"homepage": "https://github.com/scniro/gulp-clean-css#readme",
5-
"version": "3.4.0",
5+
"version": "3.4.1",
66
"author": "scniro",
77
"license": "MIT",
88
"bugs": {

‎test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ describe('gulp-clean-css: rebase', function () {
309309
it('should rebase to current relative file location - relative imports are resolved like in the browser', function (done) {
310310

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

315315
let expected = `

0 commit comments

Comments
 (0)
Please sign in to comment.