Skip to content

Commit

Permalink
Merge pull request #1 from mrbatista/fix/travis-nodejs-version
Browse files Browse the repository at this point in the history
remove support for nodejs 6
  • Loading branch information
mrbatista committed Nov 29, 2018
2 parents 35aa7fe + 44e0aba commit a05999d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
language: node_js

node_js:
- 6
- 8
- 10

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"typescript": "^3.1.1"
},
"engines": {
"node": ">=6.0.0"
"node": ">=8"
},
"jest": {
"transform": {
Expand Down

0 comments on commit a05999d

Please sign in to comment.