File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,16 @@ var istanbul = require('gulp-istanbul');
5
5
6
6
gulp . task ( 'pre-test' , function ( ) {
7
7
return gulp . src ( [ 'index.js' ] )
8
- . pipe ( istanbul ( ) )
9
- . pipe ( istanbul . hookRequire ( ) ) ;
8
+ . pipe ( istanbul ( ) )
9
+ . pipe ( istanbul . hookRequire ( ) ) ;
10
10
} ) ;
11
11
12
12
gulp . task ( 'test' , [ 'pre-test' ] , function ( ) {
13
13
return gulp . src ( 'test/*.js' )
14
- . pipe ( mocha ( { reporter : 'dot' } ) )
15
- . pipe ( istanbul . writeReports ( {
16
- includeUntested : true ,
17
- reporters : [ 'lcov' ]
18
- } ) )
19
- . on ( 'error' , gutil . log ) ;
14
+ . pipe ( mocha ( { reporter : 'dot' } ) )
15
+ . pipe ( istanbul . writeReports ( {
16
+ includeUntested : true ,
17
+ reporters : [ 'lcov' ]
18
+ } ) )
19
+ . on ( 'error' , gutil . log ) ;
20
20
} ) ;
Original file line number Diff line number Diff line change 2
2
"name" : " gulp-clean-css" ,
3
3
"description" : " Minify css with clean-css." ,
4
4
"homepage" : " https://github.com/scniro/gulp-clean-css#readme" ,
5
- "version" : " 3.5 .0" ,
5
+ "version" : " 3.6 .0" ,
6
6
"author" : " scniro" ,
7
7
"license" : " MIT" ,
8
8
"bugs" : {
29
29
" gulpfriendly"
30
30
],
31
31
"dependencies" : {
32
- "clean-css" : " 4.1.5 " ,
32
+ "clean-css" : " 4.1.6 " ,
33
33
"gulp-util" : " 3.0.8" ,
34
34
"through2" : " 2.0.3" ,
35
35
"vinyl-sourcemaps-apply" : " 0.2.1"
48
48
"gulp-sass" : " 3.1.0" ,
49
49
"gulp-sourcemaps" : " 2.6.0" ,
50
50
"mocha" : " 3.4.2" ,
51
- "vinyl" : " 2.0.2 " ,
51
+ "vinyl" : " 2.1.0 " ,
52
52
"vinyl-buffer" : " 1.0.0" ,
53
53
"vinyl-fs-fake" : " 1.1.0"
54
54
},
You can’t perform that action at this time.
0 commit comments