Skip to content

Commit

Permalink
Adds node version 0.6 as supported
Browse files Browse the repository at this point in the history
  • Loading branch information
atourino committed Nov 13, 2011
1 parent b9f4471 commit b63a4a8
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,6 +10,6 @@
{ "node-supervisor" : "lib/cli-wrapper.js"
, "supervisor" : "lib/cli-wrapper.js"
}
, "engines" : { "node" : "~0.2.3 || 0.3 || 0.4 || 0.5" }
, "engines" : { "node" : "~0.2.3 || 0.3 || 0.4 || 0.5 || 0.6" }
, "preferGlobal" : true
}

0 comments on commit b63a4a8

Please sign in to comment.