Merge pull request #358 from grpc/repo-link

chore(js-core): add repository to package.json
This commit is contained in:
Michael Lumish 2018-05-21 08:54:12 -07:00 committed by GitHub
commit a6098b4b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"