Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
drop support for node 6
Browse files Browse the repository at this point in the history
  • Loading branch information
SerayaEryn committed May 4, 2019
1 parent fd2bd3b commit ffd30b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,6 @@ node_js:
- "10"
- "9"
- "8"
- "6"

script:
- npm run coveralls
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"time"
],
"engines": {
"node": ">= 6"
"node": ">=8"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit ffd30b7

Please sign in to comment.