Skip to content

Commit

Permalink
drop support for 0.4 and 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Oct 12, 2012
1 parent be9cc27 commit 77a30ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: node_js
node_js:
- 0.4
- 0.6
- 0.8
- 0.9
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "make test"
},
"engines": {
"node": "*"
"node": ">=0.8.0 <0.10.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 77a30ff

Please sign in to comment.