From ba0bfa6c8009936afa2bdf1f0bfb5fd14d73e1e5 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Tue, 3 Aug 2021 13:01:07 +0300 Subject: [PATCH] docs: update suggested globs in README docs: add missing link to v1.0.4 deployment --- CHANGELOG.md | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f90cf..450961e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ YANKED. - First release of the plugin. +[1.0.4]: https://github.com/paulrberg/hardhat-packager/releases/tag/v1.0.4 [1.0.3]: https://github.com/paulrberg/hardhat-packager/releases/tag/v1.0.3 [1.0.2]: https://github.com/paulrberg/hardhat-packager/releases/tag/v1.0.2 [1.0.1]: https://github.com/paulrberg/hardhat-packager/releases/tag/v1.0.1 diff --git a/README.md b/README.md index 15530dc..d8043f0 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,9 @@ Go look what you have in the `artifacts` and the `typechain` folders. ### Tips -- You may want to add the `artifacts/**/*.json`, `contracts/**/*.sol` and `typechain/**/*.d.ts` globs to the +- You may want to add the `/artifacts`, `/contracts` and `/typechain` globs to the [files](https://docs.npmjs.com/cli/v7/configuring-npm/package-json#files) field in your `package.json` file. -- You may want to blocklist some files, such as test contracts, which you can do with an +- You may want to blocklist some files, such as test contracts, which you can via an [.npmignore](https://docs.npmjs.com/cli/v7/using-npm/developers#keeping-files-out-of-your-package) file. - See how the plugin is integrated in [hifi-protocol](https://github.com/hifi-finance/hifi-protocol).