Get rid of the npm warn message when installing dependencies.
This sublime package requires Commander 0.3.3 which in turn requires a node version < 0.7.0. Seeing as node stable is now 0.8.9, I don't see a problem using the latest Commander which does support the latest node stable and dev versions. Travis says Commander has been failing tests since 0.5.1 but there's only tests for node 0.5 and 0.6 (http://travis-ci.org/#!/visionmedia/commander.js/builds) so that's the only reservation because the latest Commander doesn't seem to have deprecated anything the sublime package uses.
Get rid of the npm warn message when installing dependencies.
This sublime package requires Commander 0.3.3 which in turn requires a node version < 0.7.0. Seeing as node stable is now 0.8.9, I don't see a problem using the latest Commander which does support the latest node stable and dev versions. Travis says Commander has been failing tests since 0.5.1 but there's only tests for node 0.5 and 0.6 (http://travis-ci.org/#!/visionmedia/commander.js/builds) so that's the only reservation because the latest Commander doesn't seem to have deprecated anything the sublime package uses.