Skip to content

Commit b685508

Browse files
committed
v1.4.0
1 parent 12ff740 commit b685508

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ sudo: false
33
language: node_js
44

55
node_js:
6-
- "0.10"
76
- "4"
87
- "6"
98
- "8"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-internal v1.3.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-internal.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-internal) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/vhmcvnnnmou73wq8/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-internal/branch/master)
1+
# grunt-contrib-internal v1.4.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-internal.svg?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-internal) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/vhmcvnnnmou73wq8/branch/master?svg=true)](https://ci.appveyor.com/project/gruntjs/grunt-contrib-internal/branch/master)
22

33
> Internal tasks for managing the grunt-contrib projects
44
@@ -60,4 +60,4 @@ grunt.registerTask('default', ['jshint', 'contrib-core', 'contrib-ci:skipIfExist
6060

6161
Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)
6262

63-
*This file was generated on Sat Jun 10 2017 01:17:38.*
63+
*This file was generated on Tue Oct 31 2017 11:13:16.*

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": "1.3.0",
4+
"version": "1.4.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": ">=0.10.0"
12+
"node": ">=4"
1313
},
1414
"scripts": {
1515
"test": "grunt test"

0 commit comments

Comments
 (0)