tanepiper / SublimeText-Nodejs

nodejs snippets and bindings for Sublime Text 3
Do What The F*ck You Want To Public License
1.13k stars 262 forks source link

Update to latest Commander? #20

Closed MrOwen closed 11 years ago

MrOwen commented 12 years ago

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.