File tree Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Expand file tree Collapse file tree 3 files changed +29
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ language: node_js
22node_js :
33 - " 0.10"
44 - " 0.12"
5- - " iojs "
5+ - " 5 "
Original file line number Diff line number Diff line change @@ -6,6 +6,30 @@ A LESS plugin for Gulp
66[ ![ NPM Version] ( https://img.shields.io/npm/v/gulp-less.svg )] ( https://www.npmjs.com/package/gulp-less )
77[ ![ Build Status] ( https://img.shields.io/travis/plus3network/gulp-less.svg )] ( https://travis-ci.org/plus3network/gulp-less )
88
9+ ## Information
10+
11+ <table >
12+ <tr >
13+ <td >Package</td ><td >gulp-less</td >
14+ </tr >
15+ <tr >
16+ <td >Description</td >
17+ <td >Less plugin for gulp</td >
18+ </tr >
19+ <tr >
20+ <td >Node Version</td >
21+ <td >>= 0.10</td >
22+ </tr >
23+ <tr >
24+ <td >Less Version</td >
25+ <td >>= 2.x</td >
26+ </tr >
27+ <tr >
28+ <td >Gulp Version</td >
29+ <td >3.x</td >
30+ </tr >
31+ </table >
32+
933## Installation
1034
1135```
Original file line number Diff line number Diff line change 1010 "type" : " git" ,
1111 "url" : " git://github.com/plus3network/gulp-less.git"
1212 },
13+ "engines" : {
14+ "node" : " >=0.10.0"
15+ },
1316 "keywords" : [
1417 " gulpplugin" ,
1518 " gulp" ,
1619 " less"
1720 ],
1821 "author" : " Chris Cowan" ,
1922 "license" : " MIT" ,
20- "readmeFilename" : " README.md" ,
2123 "dependencies" : {
2224 "accord" : " ^0.20.1" ,
23- "gulp-util" : " ^3.0.6 " ,
25+ "gulp-util" : " ^3.0.7 " ,
2426 "less" : " ^2.5.1" ,
2527 "object-assign" : " ^4.0.1" ,
2628 "through2" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments