Skip to content

Commit

Permalink
fix: removed support for node v6
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jun 23, 2019
1 parent 0c25f3c commit 66926d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"presets": [
["@babel/env", {
"targets": {
"node": "6.4.0"
"node": "8"
}
}]
],
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '6'
- '8'
- '10'
after_success:
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 @@
"xo": "^0.24.0"
},
"engines": {
"node": ">=6.4.0"
"node": ">=8"
},
"files": [
"lib",
Expand Down

0 comments on commit 66926d8

Please sign in to comment.