Don't bloat npm

Change-Id: I28f6cbd450713c7484bcfdd19045b18b042f5d37
master
Tim Caswell 2011-01-04 17:49:54 -08:00
parent d3b5853454
commit 8e0406e95b
2 changed files with 3 additions and 1 deletions

2
.npmignore 100644
View File

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

View File

@ -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" }