Skip to content

Commit

Permalink
Drop node 4 support and add node 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Oct 24, 2018
1 parent a7f9ed3 commit 8913f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '4'
- '6'
- '8'
- '10'
after_script:
- npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/i18next/i18next-gettext-converter.git"
},
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"dependencies": {
"bluebird": "^3.5.1",
Expand Down

0 comments on commit 8913f2f

Please sign in to comment.