Skip to content
This repository has been archived by the owner on Sep 22, 2019. 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 015727a commit 3d67eec
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 @@ -5,7 +5,6 @@ node_js:
- "10"
- "9"
- "8"
- "6"

script:
- npm run coveralls
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"string-to-stream": "^1.1.0"
},
"engines": {
"node": ">= 6.0.0"
"node": ">=8.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3d67eec

Please sign in to comment.