Skip to content

Commit

Permalink
docs: update suggested globs in README
Browse files Browse the repository at this point in the history
docs: add missing link to v1.0.4 deployment
  • Loading branch information
PaulRBerg committed Aug 3, 2021
1 parent 6215106 commit ba0bfa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit ba0bfa6

Please sign in to comment.