mirror of https://github.com/grpc/grpc-node.git
Added files to the node package
This commit is contained in:
parent
3e23167b01
commit
66fa6c7b5d
10
package.json
10
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…
Reference in New Issue