Skip to content

Commit

Permalink
feat(node 6): drop support for node 6 (#7)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 6 is no longer supported.
  • Loading branch information
nicojs authored Jun 26, 2019
1 parent 80b922b commit 6f8ea92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- "node"
- "7"
- "6"
- "8"
install: npm install
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"release:major": "npm version major -m \"chore(release): %s\""
},
"engines": {
"node": ">=6"
"node": ">=8"
},
"keywords": [
"typescript",
Expand Down

0 comments on commit 6f8ea92

Please sign in to comment.