Skip to content

Commit c142034

Browse files
authored
Merge pull request #837 from brendandburns/docs
Move openid client to optional dependencies.
2 parents 41fdbb6 + 854c10a commit c142034

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

package-lock.json

Lines changed: 20 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@
6666
"isomorphic-ws": "^4.0.1",
6767
"js-yaml": "^4.1.0",
6868
"jsonpath-plus": "^0.19.0",
69-
"openid-client": "^5.1.6",
7069
"request": "^2.88.0",
7170
"rfc4648": "^1.3.0",
7271
"shelljs": "^0.8.5",
@@ -99,6 +98,9 @@
9998
"typedoc": "^0.22.15",
10099
"typescript": "^4.1.3"
101100
},
101+
"optionalDependencies": {
102+
"openid-client": "^5.1.6"
103+
},
102104
"bugs": {
103105
"url": "https://github.com/kubernetes-client/javascript/issues"
104106
},

0 commit comments

Comments
 (0)