Skip to content

Commit

Permalink
chore: properly advertise version support
Browse files Browse the repository at this point in the history
We dropped support for node 6 and 8 with version 3, but didn't update
the package.json file.  This corrects that oversight.
  • Loading branch information
isaacs committed Jul 11, 2020
1 parent 47c931e commit 167cef2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ sudo: false
node_js:
- "12"
- "10"
- "8"
- "6"
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
"index.js",
"git-host.js",
"git-host-info.js"
]
],
"engines": {
"node": ">=10"
}
}

0 comments on commit 167cef2

Please sign in to comment.