Add a package.json so that npm can install this.
parent
b542e3e205
commit
06e882b332
|
@ -0,0 +1,5 @@
|
||||||
|
{ "name" : "nvm"
|
||||||
|
, "version" : "0.0.2"
|
||||||
|
, "bin" : { "nvm" : "./nvm.sh" }
|
||||||
|
, "author" : "Tim Caswell <tim@creationix.org>"
|
||||||
|
}
|
Loading…
Reference in New Issue