Skip to content

Commit

Permalink
Merge pull request #120 from gruntjs/tag-1.3.0
Browse files Browse the repository at this point in the history
Release v1.3.0
  • Loading branch information
vladikoff committed Aug 16, 2018
2 parents eaf78d6 + 28e8220 commit 89ab5d7
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 20 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,7 +1,6 @@
sudo: false
language: node_js
node_js:
- '5'
- '8'
- '6'
- '4'
- '0.12'
- '0.10'
25 changes: 21 additions & 4 deletions AUTHORS
@@ -1,4 +1,21 @@
Tyler Kellen (http://goingslowly.com)
Ben Alman (http://gruntjs.com)
Scott González (http://nemikor.com)
Forbes Lindesay (https://github.com/)
Akshay Patel
Alex Whitman
Ben Alman
ForbesLindesay
Henrik Kok Jørgensen
Jeffrey Lembeck
JKAussieSkater
Justin Ridgewell
Kyle Robinson Young
mcandre
Nick Schonning
paladox
Peter deHaan
Pine Mizune
Scott González
Sindre Sorhus
Teppei Sato
Tom McTiernan
Tyler Kellen
Vlad Filippov
XhmikosR
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
- v1.3.0:
- date: 2018-08-15
- changes:
- Switch to 'liftoff' module for CLI
- Dropped support for node 0.10, 0.12.
- v1.2.0
- date: 2016-04-01
- changes:
Expand Down
15 changes: 4 additions & 11 deletions appveyor.yml
Expand Up @@ -7,24 +7,17 @@ version: "{build}"
# What combinations to test
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "4"
platform: x86
- nodejs_version: "0.12"
- nodejs_version: "6"
platform: x86
- nodejs_version: "4"
- nodejs_version: "6"
platform: x64
- nodejs_version: "4"
platform: x86
- nodejs_version: "5"
- nodejs_version: "8"
platform: x86

install:
- ps: Install-Product node $env:nodejs_version $env:platform
- ps: >-
if ($env:nodejs_version -eq "0.10") {
npm -g install npm@3
$env:PATH="$env:APPDATA\npm;$env:PATH"
}
- npm install

test_script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "grunt-cli",
"description": "The grunt command line interface",
"version": "1.2.0",
"version": "1.3.0",
"author": "Grunt Development Team (http://gruntjs.com/development-team)",
"repository": "gruntjs/grunt-cli",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
"node": ">=4"
},
"scripts": {
"test": "node bin/grunt test"
Expand Down

0 comments on commit 89ab5d7

Please sign in to comment.