Skip to content

Commit

Permalink
up min node version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dunnock committed Mar 13, 2019
1 parent de32e0a commit 9d46a58
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,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "6"
- "8"
addons:
apt:
sources:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"LICENSE"
],
"engines": {
"node": ">=6.3.0"
"node": ">=8.0"
},
"main": "lib/index.js",
"jsnext:main": "es/index.js",
Expand Down

0 comments on commit 9d46a58

Please sign in to comment.