Skip to content

Commit a685553

Browse files
committedMay 14, 2019
Drop Node.js 6.x from the supported versions
Signed-off-by: Miroslav Bajtoš <mbajtoss@gmail.com>
1 parent 4b3a3a3 commit a685553

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "6"
54
- "8"
65
- "10"
76
- "12"

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"test": "nyc grunt mocha-and-karma"
3535
},
3636
"engines": {
37-
"node": ">=6"
37+
"node": ">=8"
3838
},
3939
"dependencies": {
4040
"async": "^2.0.1",

0 commit comments

Comments
 (0)
Please sign in to comment.