aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/package.json
diff options
context:
space:
mode:
authorGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-19 13:42:14 -0800
committerGravatar Tim Emiola <tbetbetbe@users.noreply.github.com>2015-02-19 13:42:14 -0800
commitaf656b70ebfaf0f830f80bce7d5fd9c12fd0e6bc (patch)
treea979f80a81d7999a80f4d7c74a9651df00d3ec72 /src/node/package.json
parenta1e63a0232d2f65fe604e6407518f705cd274d84 (diff)
parent9ea2e3aecd1845125f0a97a7cc53617f5df3d4ff (diff)
Merge pull request #625 from murgatroid99/node_package_files_include
Added files to the node package
Diffstat (limited to 'src/node/package.json')
-rw-r--r--src/node/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/node/package.json b/src/node/package.json
index 821641ce19..642d80e26f 100644
--- a/src/node/package.json
+++ b/src/node/package.json
@@ -17,5 +17,15 @@
"minimist": "^1.1.0",
"googleauth": "google/google-auth-library-nodejs"
},
+ "files": [
+ "README.md",
+ "index.js",
+ "binding.gyp",
+ "examples",
+ "ext",
+ "interop",
+ "src",
+ "test"
+ ],
"main": "index.js"
}