Skip to content

Commit c428913

Browse files
committed
Updating node versions
Bumped up minimum required version to 6
1 parent 5b46e34 commit c428913

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "4"
5-
- "5"
64
- "6"
5+
- "7"
6+
- "8"
77
- "stable"
88
script:
99
- npm run test:all

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"homepage": "http://tldr-pages.github.io",
2020
"engines": {
21-
"node": ">=4.7"
21+
"node": ">=6.12.0"
2222
},
2323
"main": "bin/tldr",
2424
"files": [

0 commit comments

Comments
 (0)