Skip to content

Commit 8c017e4

Browse files
Bump oidc-rp dependency to rc-003
1 parent 0c8311b commit 8c017e4

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"homepage": "https://github.com/solid/solid-auth-oidc",
5252
"dependencies": {
53-
"oidc-rp": "git://github.com/anvilresearch/oidc-rp.git#lib"
53+
"oidc-rp": "git://github.com/anvilresearch/oidc-rp.git#rc-003"
5454
},
5555
"devDependencies": {
5656
"babel-cli": "^6.18.0",
@@ -62,11 +62,11 @@
6262
"karma-chrome-launcher": "^2.0.0",
6363
"karma-mocha": "^1.3.0",
6464
"karma-sinon-chai": "^1.2.4",
65-
"karma-webpack": "^1.8.1",
65+
"karma-webpack": "^2.0.3",
6666
"mocha": "^3.2.0",
6767
"sinon": "^1.17.7",
6868
"sinon-chai": "^2.8.0",
69-
"standard": "^5.4.1",
69+
"standard": "^9.0.2",
7070
"webpack": "^1.14.0"
7171
},
7272
"standard": {

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,4 +469,3 @@ class ClientAuthOIDC {
469469
}
470470

471471
module.exports = ClientAuthOIDC
472-

0 commit comments

Comments
 (0)