master
Tim Caswell 2010-05-14 10:39:56 -07:00
commit fefa00fac8
2 changed files with 5 additions and 0 deletions

0
nvm.sh 100644 → 100755
View File

5
package.json 100644
View File

@ -0,0 +1,5 @@
{ "name" : "nvm"
, "version" : "0.0.2"
, "bin" : { "nvm" : "./nvm.sh" }
, "author" : "Tim Caswell <tim@creationix.org>"
}