Skip to content

Commit

Permalink
Make it compatible with node 0.4.
Browse files Browse the repository at this point in the history
Signed-off-by: François de Metz <[email protected]>
  • Loading branch information
francois2metz committed Jan 15, 2012
1 parent 3ea30df commit c097896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
, "bugs" :
{ "url" : "http://github.com/lmatteis/node-trello/issues" }
, "engines" : ["node >= 0.6.6"]
, "engines" : ["node >= 0.4.7"]
, "main" : "./main"
,"scripts": { "test": "node tests.js" }
}

0 comments on commit c097896

Please sign in to comment.