Don't bloat npm

Change-Id: I28f6cbd450713c7484bcfdd19045b18b042f5d37
diff --git a/.npmignore b/.npmignore
new file mode 100644
index 0000000..846b8e8
--- /dev/null
+++ b/.npmignore
@@ -0,0 +1,2 @@
+src
+v*
diff --git a/package.json b/package.json
index ac188a0..2fa037f 100644
--- a/package.json
+++ b/package.json
@@ -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" }