Skip to content

Commit

Permalink
removed node 0.6.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmueller committed Feb 15, 2013
1 parent 3d7fb3c commit 739e888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- 0.9
- 0.8
- 0.6
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"readmeFilename": "Readme.md",
"dependencies": {
"emitter": "component/emitter",
"to-function": "*"
"to-function": "component/to-function"
},
"scripts": {
"test" : "make test"
Expand Down

0 comments on commit 739e888

Please sign in to comment.