Skip to content

Commit 252dc84

Browse files
committed
v3.0.0
1 parent 9c49bbd commit 252dc84

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ sudo: false
33
language: node_js
44

55
node_js:
6-
- "4"
76
- "6"
87
- "8"
9-
- "9"
108

119
matrix:
1210
fast_finish: true

appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,10 @@ version: "{build}"
55
# What combinations to test
66
environment:
77
matrix:
8-
- nodejs_version: "4"
9-
platform: x64
10-
- nodejs_version: "4"
11-
platform: x86
128
- nodejs_version: "6"
139
platform: x86
1410
- nodejs_version: "8"
1511
platform: x86
16-
- nodejs_version: "9"
17-
platform: x86
1812

1913
install:
2014
- ps: Install-Product node $env:nodejs_version $env:platform

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "grunt-contrib-internal",
33
"description": "Internal tasks for managing the grunt-contrib projects",
4-
"version": "2.0.0",
4+
"version": "3.0.0",
55
"author": {
66
"name": "Grunt Team",
77
"url": "http://gruntjs.com/"
88
},
99
"repository": "gruntjs/grunt-contrib-internal",
1010
"license": "MIT",
1111
"engines": {
12-
"node": ">=4"
12+
"node": ">=6"
1313
},
1414
"scripts": {
1515
"test": "grunt test"

0 commit comments

Comments
 (0)