mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Move google-auth-library to a peer dependency
This commit is contained in:
parent
075a75b015
commit
d02cbe432e
@ -26,6 +26,7 @@
|
||||
"@types/semver": "^6.0.1",
|
||||
"clang-format": "^1.0.55",
|
||||
"execa": "^2.0.3",
|
||||
"google-auth-library": "^6.0.0",
|
||||
"gts": "^2.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-mocha": "^6.0.0",
|
||||
@ -56,9 +57,11 @@
|
||||
"posttest": "npm run check"
|
||||
},
|
||||
"dependencies": {
|
||||
"google-auth-library": "^6.0.0",
|
||||
"semver": "^6.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"google-auth-library": "5.x || 6.x"
|
||||
},
|
||||
"files": [
|
||||
"src/*.ts",
|
||||
"build/src/*.{js,d.ts,js.map}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user