We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8311b commit 8c017e4Copy full SHA for 8c017e4
2 files changed
package.json
@@ -50,7 +50,7 @@
50
},
51
"homepage": "https://github.com/solid/solid-auth-oidc",
52
"dependencies": {
53
- "oidc-rp": "git://github.com/anvilresearch/oidc-rp.git#lib"
+ "oidc-rp": "git://github.com/anvilresearch/oidc-rp.git#rc-003"
54
55
"devDependencies": {
56
"babel-cli": "^6.18.0",
@@ -62,11 +62,11 @@
62
"karma-chrome-launcher": "^2.0.0",
63
"karma-mocha": "^1.3.0",
64
"karma-sinon-chai": "^1.2.4",
65
- "karma-webpack": "^1.8.1",
+ "karma-webpack": "^2.0.3",
66
"mocha": "^3.2.0",
67
"sinon": "^1.17.7",
68
"sinon-chai": "^2.8.0",
69
- "standard": "^5.4.1",
+ "standard": "^9.0.2",
70
"webpack": "^1.14.0"
71
72
"standard": {
src/index.js
@@ -469,4 +469,3 @@ class ClientAuthOIDC {
469
}
470
471
module.exports = ClientAuthOIDC
472
-
0 commit comments