Browse Source

Don't bloat npm

Change-Id: I28f6cbd450713c7484bcfdd19045b18b042f5d37
master v0.0.6
Tim Caswell 14 years ago
parent
commit
8e0406e95b
  1. 2
      .npmignore
  2. 2
      package.json

2
.npmignore

@ -0,0 +1,2 @@ @@ -0,0 +1,2 @@
src
v*

2
package.json

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
{ "name" : "nvm"
, "version" : "0.0.5"
, "version" : "0.0.6"
, "author" : "Tim Caswell <tim@creationix.org>"
, "scripts" :
{ "install" : "./install.sh" , "uninstall" : "./uninstall.sh" }

Loading…
Cancel
Save