Skip to content

Commit

Permalink
fix: fixed tests, dropped Node < 10.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Aug 21, 2020
1 parent 03eee01 commit 33ba744
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .lib.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": "10",
"browsers": [ "> 1%", "last 2 versions" ]
}
}]
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- 6
- 8
- 10
- 12
- 14
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"xo": "^0.33.0"
},
"engines": {
"node": ">= 6.4.0"
"node": ">= 10"
},
"files": [
"lib",
Expand Down

0 comments on commit 33ba744

Please sign in to comment.