File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change
1
+ sudo : false
2
+
1
3
language : node_js
2
4
node_js :
3
5
- " 0.10"
4
- - " 0.12"
5
- - " 5"
6
6
- " 6"
7
+ - " 7"
Original file line number Diff line number Diff line change 4
4
> A [ LESS] ( http://lesscss.org/ ) plugin for Gulp
5
5
6
6
[ ![ NPM Version] ( https://img.shields.io/npm/v/gulp-less.svg )] ( https://www.npmjs.com/package/gulp-less )
7
- [ ![ Build Status] ( https://img.shields.io/travis/plus3network /gulp-less.svg )] ( https://travis-ci.org/plus3network /gulp-less )
7
+ [ ![ Build Status] ( https://img.shields.io/travis/stevelacy /gulp-less.svg )] ( https://travis-ci.org/stevelacy /gulp-less )
8
8
9
9
## Information
10
10
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ var less = accord.load('less');
11
11
module . exports = function ( options ) {
12
12
// Mixes in default options.
13
13
var opts = assign ( { } , {
14
- compress : false ,
15
- paths : [ ]
16
- } , options ) ;
14
+ compress : false ,
15
+ paths : [ ]
16
+ } , options ) ;
17
17
18
18
return through2 . obj ( function ( file , enc , cb ) {
19
19
if ( file . isNull ( ) ) {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-less" ,
3
- "version" : " 3.3.0 " ,
3
+ "version" : " 3.3.1 " ,
4
4
"description" : " Less for Gulp" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
21
21
"author" : " Chris Cowan" ,
22
22
"license" : " MIT" ,
23
23
"dependencies" : {
24
- "accord" : " ^0.26 .3" ,
24
+ "accord" : " ^0.27 .3" ,
25
25
"gulp-util" : " ^3.0.7" ,
26
26
"less" : " 2.6.x || ^2.7.1" ,
27
27
"object-assign" : " ^4.0.1" ,
28
28
"through2" : " ^2.0.0" ,
29
29
"vinyl-sourcemaps-apply" : " ^0.2.0"
30
30
},
31
31
"devDependencies" : {
32
- "jshint" : " ^2.4.1 " ,
33
- "mocha" : " ^3.0 .2" ,
34
- "should" : " ^11.1 .0"
32
+ "jshint" : " ^2.9.4 " ,
33
+ "mocha" : " ^3.4 .2" ,
34
+ "should" : " ^11.2 .0"
35
35
}
36
36
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments