Skip to content

Commit

Permalink
set node4 as minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Feb 5, 2017
1 parent 95e2c1a commit cab7c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ language: node_js
node_js:
- 7
- 6
- 4.6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://lukeed.com"
},
"engines": {
"node": ">=6"
"node": ">=4.6"
},
"scripts": {
"test": "xo && tape test/*.js | tap-spec"
Expand Down

0 comments on commit cab7c1b

Please sign in to comment.