Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Oct 27, 2023
1 parent 5bd026e commit 543ebc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
This is a [ContentRouting](https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interface.content_routing.ContentRouting.html)
implementation that makes use of the [@helia/delegated-routing-v1-http-api-client](https://www.npmjs.com/package/@helia/delegated-routing-v1-http-api-client)
to use servers that implement the snappily-titled [Delegated Routing V1 HTTP API](Delegated Routing V1 HTTP API)
to use servers that implement the snappily-titled [Delegated Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/)
spec to get/put IPNS records and to resolve providers for CIDs.

## Table of contents <!-- omit in toc -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"test:node": "aegir test -t node --cov",
"test:electron-main": "aegir test -t electron-main",
"release": "aegir release",
"docs": "aegir docs -- --includeVersion false"
"docs": "aegir docs"
},
"dependencies": {
"@helia/delegated-routing-v1-http-api-client": "^1.0.1",
Expand Down

0 comments on commit 543ebc6

Please sign in to comment.