Skip to content

Commit f37c0a2

Browse files
Update dependencies (#18)
* Update dependencies * npm run standard * @solid/oidc-rp/{lib -> src}/PoPToken * Require Node 10 or 12 * package-lock.json
1 parent f560932 commit f37c0a2

File tree

6 files changed

+6007
-4597
lines changed

6 files changed

+6007
-4597
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- ">=6.0"
4+
- "10.0"
5+
- "12.0"
56

67
cache:
78
directories:

0 commit comments

Comments
 (0)