Skip to content

Commit

Permalink
v2.0.0 with dep updates (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff authored May 25, 2018
1 parent 5b04ca0 commit 815cef9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ sudo: false
language: node_js

node_js:
- "4"
- "6"
- "8"
- "9"

matrix:
fast_finish: true
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v1.4.2:
date: 2018-05-22
v2.0.0:
date: 2018-05-25
changes:
- Update less to ^3.0.0
v1.4.1:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# grunt-contrib-less v1.4.2 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-less.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ho4vr86k30r8un49/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-less/branch/master)
# grunt-contrib-less v2.0.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-less.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-less) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/ho4vr86k30r8un49/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-less/branch/master)

> Compile LESS files to CSS
Expand Down Expand Up @@ -200,7 +200,7 @@ less: {

## Release History

* 2018-05-22   v1.4.2   Update less to ^3.0.0
* 2018-05-25   v2.0.0   Update less to ^3.0.0
* 2017-03-08   v1.4.1   Fix `sourceMappingURL` to be the same as the CSS if not specified, #322. Rethrow the compilation error after printing the message, #315.
* 2016-07-21   v1.4.0   Update async and less to ~2.7.1.
* 2016-04-07   v1.3.0   Update lodash and async dependecies.
Expand Down Expand Up @@ -240,4 +240,4 @@ less: {

Task submitted by [Tyler Kellen](http://goingslowly.com/)

*This file was generated on Tue May 22 2018 10:47:12.*
*This file was generated on Fri May 25 2018 16:31:35.*
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@ version: "{build}"
# What combinations to test
environment:
matrix:
- nodejs_version: "4"
platform: x64
- nodejs_version: "4"
platform: x86
- nodejs_version: "6"
platform: x86
- nodejs_version: "8"
platform: x86
- nodejs_version: "9"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "grunt-contrib-less",
"description": "Compile LESS files to CSS",
"version": "1.4.2",
"version": "2.0.0",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-less",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
"node": ">=6"
},
"main": "tasks/less.js",
"scripts": {
Expand All @@ -18,15 +18,15 @@
"dependencies": {
"async": "^2.0.0",
"chalk": "^1.0.0",
"less": "^3.0.0",
"lodash": "^4.8.2"
"less": "^3.0.4",
"lodash": "^4.17.10"
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^1.1.0",
"grunt-contrib-internal": "^3.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"less-plugin-clean-css": "^1.5.0"
},
"keywords": [
Expand Down

0 comments on commit 815cef9

Please sign in to comment.