Skip to content

Commit

Permalink
Merge pull request grpc#625 from murgatroid99/node_package_files_include
Browse files Browse the repository at this point in the history
Added files to the node package
  • Loading branch information
tbetbetbe committed Feb 19, 2015
2 parents a1e63a0 + 9ea2e3a commit af656b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit af656b7

Please sign in to comment.