Skip to content

Commit 431ce7c

Browse files
author
contra
committed
Merge pull request #213 from stevelacy/master
Update package info
2 parents 1dfae97 + 299fde6 commit 431ce7c

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: node_js
22
node_js:
33
- "0.10"
44
- "0.12"
5-
- "iojs"
5+
- "5"

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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
```

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,19 @@
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",

0 commit comments

Comments
 (0)