Skip to content

Commit 167cef2

Browse files
committedJul 11, 2020
chore: properly advertise version support
We dropped support for node 6 and 8 with version 3, but didn't update the package.json file. This corrects that oversight.
1 parent 47c931e commit 167cef2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@ sudo: false
33
node_js:
44
- "12"
55
- "10"
6-
- "8"
7-
- "6"

‎package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
"index.js",
4040
"git-host.js",
4141
"git-host-info.js"
42-
]
42+
],
43+
"engines": {
44+
"node": ">=10"
45+
}
4346
}

0 commit comments

Comments
 (0)
Please sign in to comment.