Skip to content

Commit d464673

Browse files
committed
chore: Dropped support of Node.js 4
Some NPM dependencies dropped support of Node.js 4. It is easier to drop it too, that looking for workarounds to get the testing build running, or claim the support without actually testing it. Add testing with Node.js 10. BREAKING CHANGE: Dropped support of Node.js 4
1 parent 4c40a5b commit d464673

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cache:
66
notifications:
77
email: false
88
node_js:
9+
- '10'
910
- '8'
1011
- '6'
11-
- '4'
1212
before_install:
1313
- npm install -g npm
1414
before_script:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ your code using Grunt.
167167

168168
## Release History
169169

170+
* 2018-04-27 v1.0.0 Dropped support of Node.js 4
170171
* 2018-03-06 v0.1.0 Write report to a file as JSON
171172
* 2018-02-26 v0.0.1 Initial release
172173

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"semantic-release": "semantic-release"
3636
},
3737
"dependencies": {
38-
"chalk": "^2.3.1",
38+
"chalk": "^2.4.1",
3939
"mkdirp": "^0.5.1",
4040
"libtidy": "^0.3.7"
4141
},
@@ -49,8 +49,8 @@
4949
"grunt-istanbul": "^0.8.0",
5050
"grunt-standard": "^3.1.0",
5151
"nsp": "^3.2.1",
52-
"travis-deploy-once": "^4.3.4",
53-
"semantic-release": "^15.0.0"
52+
"travis-deploy-once": "^4.4.1",
53+
"semantic-release": "^15.1.7"
5454
},
5555
"keywords": [
5656
"gruntplugin",

0 commit comments

Comments
 (0)