Skip to content

Commit

Permalink
drop support for node <6 (#419)
Browse files Browse the repository at this point in the history
Co-authored-by: sanex3339 <yarabotayuvyandex3339>
  • Loading branch information
sanex3339 authored Aug 5, 2020
1 parent dc2993c commit ff550a8
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,6 +1,6 @@
sudo: false
language: node_js
node_js:
- "4"
- "6"
- "8"
- "10"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"version": "1.14.3",
"engines": {
"node": ">=4.0"
"node": ">=6.0"
},
"maintainers": [
{
Expand Down

0 comments on commit ff550a8

Please sign in to comment.