mirror of https://github.com/grpc/grpc-node.git
Put the google-auth-library dependency back in grpc-js
This commit is contained in:
parent
e05b74b631
commit
e71caded1b
|
@ -42,7 +42,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@grpc/grpc-js": "file:../grpc-js",
|
||||
"@grpc/proto-loader": "^0.6.0-pre14",
|
||||
"google-auth-library": "^6.1.1"
|
||||
"@grpc/proto-loader": "^0.6.0-pre14"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -57,6 +57,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^12.12.47",
|
||||
"google-auth-library": "^6.1.1",
|
||||
"semver": "^6.2.0"
|
||||
},
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue