Skip to content

Commit

Permalink
drop 0.x node support
Browse files Browse the repository at this point in the history
  • Loading branch information
maullerz committed Sep 26, 2016
1 parent 632bb07 commit f865331
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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:
- "0.12"
- "4.1"

cache:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
"src",
"example"
],
"engines": {
"node": ">=4.0"
},
"contributors": [
{
"name": "Andrew Ingram",
Expand Down

0 comments on commit f865331

Please sign in to comment.