We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2147bb4 + 060de43 commit 3727ee7Copy full SHA for 3727ee7
.travis.yml
@@ -0,0 +1,7 @@
1
+sudo: false
2
+language: node_js
3
+node_js:
4
+ - "6.0"
5
+cache:
6
+ directories:
7
+ - node_modules
package.json
@@ -39,10 +39,10 @@
39
"homepage": "https://github.com/solid/solid-multi-rp-client",
40
"dependencies": {
41
"kvplus-files": "0.0.4",
42
- "@trust/oidc-rp": "git://github.com/anvilresearch/oidc-rp.git#rc-007"
+ "@trust/oidc-rp": "^0.4.0"
43
},
44
"devDependencies": {
45
- "sinon": "^2.2.0",
+ "sinon": "^3.0.0",
46
"standard": "^10.0.2",
47
"tape": "^4.6.3"
48
0 commit comments