Skip to content

Commit

Permalink
fix: support node >= 4
Browse files Browse the repository at this point in the history
Closes #97
  • Loading branch information
kentor authored and tlvince committed Nov 5, 2016
1 parent 18e29df commit c0a878a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cache:
notifications:
email: false
node_js:
- 4
- 6
before_script:
- npm prune
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
},
"engines": {
"npm": ">=3",
"node": ">=6"
"npm": ">=2",
"node": ">=4"
}
}

0 comments on commit c0a878a

Please sign in to comment.