Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit c010d25

Browse files
author
Joe Hand
authored
update deps and node versions (#9)
* update deps and node versions * update dat-dns
1 parent 5e35d37 commit c010d25

4 files changed

Lines changed: 1145 additions & 1002 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
language: node_js
22
node_js:
3-
- '4'
43
- '6'
54
- '8'
6-
- '9'
5+
- '10'
76
cache:
87
directories:
98
- node_modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolve urls, links to a dat key using common methods
1212
* URLs with keys in them (`datproject.org/6161616161616161616161616161616161616161616161616161616161616161`)
1313
* `hyperdrive-key` or `dat-key` headers
1414
* Url to JSON http request that returns `{key: <dat-key>}`
15-
* Dat-DNS resolution ([details](https://github.com/beakerbrowser/beaker/wiki/Authenticated-Dat-URLs-and-HTTPS-to-Dat-Discovery))
15+
* Dat-DNS resolution (via [dat-dns](https://github.com/datprotocol/dat-dns))
1616

1717
## Install
1818

0 commit comments

Comments
 (0)