diff --git a/README.md b/README.md
index f69f270..fa24c75 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,14 @@
# is-ipfs
[](https://codecov.io/gh/ipfs-shipyard/is-ipfs)
-[](https://github.com/ipfs-shipyard/is-ipfs/actions/workflows/js-test-and-release.yml)
+[](https://github.com/ipfs-shipyard/is-ipfs/actions/workflows/js-test-and-release.yml?query=branch%3Amaster)
> A set of utilities to help identify IPFS resources on the web
## Table of contents
- [Install](#install)
+ - [Browser `
+```
+
## Usage
```javascript
@@ -224,6 +234,10 @@ Returns `true` if the provided `string`, [`Multiaddr`](https://github.com/multif
Returns `true` if the provided `string`, [`Multiaddr`](https://github.com/multiformats/js-multiaddr) or `Uint8Array` represents a valid libp2p peer multiaddr (matching [`P2P` format from `mafmt`](https://github.com/multiformats/js-mafmt#api)) or `false` otherwise.
+## API Docs
+
+-
+
## License
Licensed under either of
@@ -231,6 +245,6 @@ Licensed under either of
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / )
- MIT ([LICENSE-MIT](LICENSE-MIT) / )
-## Contribute
+## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
diff --git a/package.json b/package.json
index b9693d2..c413d8f 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"types": "./dist/src/index.d.ts",
"files": [
"src",
- "dist/src",
+ "dist",
"!dist/test",
"!**/*.tsbuildinfo"
],
@@ -141,7 +141,8 @@
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
"test:node": "aegir test -t node",
"test:electron-main": "aegir test -t electron-main",
- "release": "aegir release"
+ "release": "aegir release",
+ "docs": "aegir docs"
},
"dependencies": {
"@multiformats/mafmt": "^11.0.3",
@@ -151,7 +152,7 @@
"uint8arrays": "^4.0.2"
},
"devDependencies": {
- "aegir": "^37.5.3"
+ "aegir": "^37.10.1"
},
"browser": {
"fs": false