Skip to content

Commit

Permalink
npm package 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wighawag committed Jan 21, 2022
1 parent 1ca1aaf commit 5950723
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ To install with [Foundry](https://github.com/gakonst/foundry):
forge install wighawag/clones-with-immutable-args
```

To install with [Hardhat](https://hardhat.org):

```
npm i -D clones-with-immutable-args
```

## Local development

This project uses [Foundry](https://github.com/gakonst/foundry) as the development framework.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clones-with-immutable-args",
"author": "wighawag",
"license": "Unlicense",
"license": "BSD",
"version": "1.0.0",
"description": "Factory for deploying clones with immutable parameters.",
"files": [
Expand Down

0 comments on commit 5950723

Please sign in to comment.