Skip to content

Commit

Permalink
support node 0.8+
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse committed Jan 10, 2015
1 parent 623a42c commit f6e3500
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
@@ -1,4 +1,5 @@
node_js:
- "0.8"
- "0.10"
- "0.11"
language: node_js
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"index.js"
],
"engines": {
"node": ">=0.10"
"node": ">=0.8"
}
}

0 comments on commit f6e3500

Please sign in to comment.