mirror of https://github.com/grpc/grpc-node.git
Merge pull request #358 from grpc/repo-link
chore(js-core): add repository to package.json
This commit is contained in:
commit
a6098b4b17
|
@ -3,6 +3,7 @@
|
|||
"version": "0.1.0",
|
||||
"description": "gRPC Library for Node - pure JS core",
|
||||
"homepage": "https://grpc.io/",
|
||||
"repository": "https://github.com/grpc/grpc-node/tree/master/packages/grpc-js-core",
|
||||
"main": "build/src/index.js",
|
||||
"engines": {
|
||||
"node": ">=8.4"
|
||||
|
|
Loading…
Reference in New Issue