THRIFT-2602:Fix missing dist files
Client: build process
Patch: jfarrell

Add all missing files to the dist package.
diff --git a/lib/nodejs/Makefile.am b/lib/nodejs/Makefile.am
index 5e298d4..bd381bf 100755
--- a/lib/nodejs/Makefile.am
+++ b/lib/nodejs/Makefile.am
@@ -29,3 +29,10 @@
 
 clean-local:
 	$(RM) -r test/gen-nodejs
+
+EXTRA_DIST = \
+	examples \
+	lib \
+	package.json \
+	test \
+	README.md