Move google-auth-library to a peer dependency

This commit is contained in:
Michael Lumish 2020-05-26 10:52:05 -07:00
parent 075a75b015
commit d02cbe432e
1 changed files with 4 additions and 1 deletions

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