Skip to content

Commit

Permalink
update deps, clean files
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed Jun 19, 2017
1 parent 18d0880 commit dfefda3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
sudo: false

language: node_js
node_js:
- "0.10"
- "0.12"
- "5"
- "6"
- "7"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
> A [LESS](http://lesscss.org/) plugin for Gulp
[![NPM Version](https://img.shields.io/npm/v/gulp-less.svg)](https://www.npmjs.com/package/gulp-less)
[![Build Status](https://img.shields.io/travis/plus3network/gulp-less.svg)](https://travis-ci.org/plus3network/gulp-less)
[![Build Status](https://img.shields.io/travis/stevelacy/gulp-less.svg)](https://travis-ci.org/stevelacy/gulp-less)

## Information

Expand Down
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ var less = accord.load('less');
module.exports = function (options) {
// Mixes in default options.
var opts = assign({}, {
compress: false,
paths: []
}, options);
compress: false,
paths: []
}, options);

return through2.obj(function(file, enc, cb) {
if (file.isNull()) {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-less",
"version": "3.3.0",
"version": "3.3.1",
"description": "Less for Gulp",
"main": "index.js",
"scripts": {
Expand All @@ -21,16 +21,16 @@
"author": "Chris Cowan",
"license": "MIT",
"dependencies": {
"accord": "^0.26.3",
"accord": "^0.27.3",
"gulp-util": "^3.0.7",
"less": "2.6.x || ^2.7.1",
"object-assign": "^4.0.1",
"through2": "^2.0.0",
"vinyl-sourcemaps-apply": "^0.2.0"
},
"devDependencies": {
"jshint": "^2.4.1",
"mocha": "^3.0.2",
"should": "^11.1.0"
"jshint": "^2.9.4",
"mocha": "^3.4.2",
"should": "^11.2.0"
}
}
1 change: 0 additions & 1 deletion test/mocha.opts

This file was deleted.

0 comments on commit dfefda3

Please sign in to comment.