mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1498 from murgatroid99/grpc-js_remove_auth_library_dep
grpc-js: Remove peerDependency on google-auth-library
This commit is contained in:
commit
1ba9e95f5a
|
@ -59,9 +59,6 @@
|
|||
"dependencies": {
|
||||
"semver": "^6.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"google-auth-library": "5.x || 6.x"
|
||||
},
|
||||
"files": [
|
||||
"src/*.ts",
|
||||
"build/src/*.{js,d.ts,js.map}",
|
||||
|
|
Loading…
Reference in New Issue