Skip to content

Commit

Permalink
Merge pull request #67 from Level/restore-node-4
Browse files Browse the repository at this point in the history
Restore node 4
  • Loading branch information
vweevers authored Nov 11, 2017
2 parents efb9990 + 970705a commit d35a648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ before_install:

node_js:
- "8"
- "6"
- "6"
- "4"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test": "standard && node test.js"
},
"engines": {
"node": ">=6.0.0"
"node": ">=4"
},
"license": "MIT"
}

0 comments on commit d35a648

Please sign in to comment.