diff options
Diffstat (limited to 'src/node/package.json')
-rw-r--r-- | src/node/package.json | 10 |
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" } |