Skip to content

Commit

Permalink
Releasing v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liarco committed May 7, 2022
1 parent eb5a421 commit f23eb68
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,18 @@ A flexible library to update collection data programmatically.

## Disclaimer
This project was created for educational purposes, please refer to the [LICENCE](LICENSE) file for further information.

## How to install as a dependency

Using NPM:
```
npm i @hashlips-lab/collection-data-updater
```

Using Yarn:
```
yarn add @hashlips-lab/collection-data-updater
```

## Projects using this library
- [Safe NFT Metadata Provider](https://github.com/hashlips-lab/safe-nft-metadata-provider): an easy and flexible tool to hide your tokens until they are minted
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A flexible library to update collection data programmatically.",
"keywords": [],
"license": "MIT",
"version": "1.0.0-beta.3",
"version": "1.0.0",
"contributors": [
"Marco Lipparini <[email protected]> (https://www.liarco.net)"
],
Expand Down

0 comments on commit f23eb68

Please sign in to comment.