Added files to the node package

pull/625/head
murgatroid99 10 years ago
parent 04e3a6e332
commit 9ea2e3aecd
  1. 10
      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"
}

Loading…
Cancel
Save