Merge pull request #1443 from murgatroid99/grpc-js_auth_peer_dep

Move google-auth-library to a peer dependency
This commit is contained in:
Michael Lumish 2020-06-03 16:17:09 -07:00 committed by GitHub
commit 5e9b852e8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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