From ac88cba167ba136d55d04f17ab0db01584d8ab3a Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Thu, 8 Dec 2022 07:42:45 +0000 Subject: [PATCH] fix: include minified bundle in npm tarball (#291) Update project config to include the minified bundle. --- README.md | 24 ++++++++++-------------- package.json | 2 +- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 63483565..fb8720cc 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ ## Table of contents - [Install](#install) + - [Browser ` +``` + ## Background ### What is multiaddr? @@ -36,19 +45,6 @@ A standard way to represent addresses that - have a nice string representation - encapsulate well -```sh -npm i multiaddr -``` - -### Browser: ` -``` - ## Usage ```js diff --git a/package.json b/package.json index bfe8994a..8d0224c6 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "files": [ "src", - "dist/src", + "dist", "!dist/test", "!**/*.tsbuildinfo" ],