Skip to content

Commit

Permalink
Node >= 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Nov 23, 2017
1 parent c4de13f commit c3bc96a
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
@@ -1,6 +1,5 @@
language: node_js
node_js:
- '4'
- '6'
- '7'
- '8'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "NOLICENSE",
"private": true,
"engines": {
"node": ">= 8"
"node": ">= 6"
},
"scripts": {
"start": "scripty",
Expand Down

0 comments on commit c3bc96a

Please sign in to comment.