Skip to content

Commit e404d26

Browse files
committed
Update readme
1 parent 87b41ad commit e404d26

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Published by **[blockcoders](https://github.com/blockcoders)** on **2023/01/07**
1717
- Ethers.js is not longer part of the index.ts export.
1818
- @ethersproject/* is now part of peerDependencies.
1919
- Rename `MATIC_NETWORK` with `POLYGON_NETWORK`.
20+
- Install `ethers` manually
2021

2122
## 1.0.3
2223
Published by **[blockcoders](https://github.com/blockcoders)** on **2022/05/08**

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Ethereum utilities for NestJS based on [Ethers.js](https://github.com/ethers-io/
1414
## Install
1515

1616
```sh
17-
npm i nestjs-ethers
17+
npm i nestjs-ethers ethers
1818
```
1919

2020
## Register module

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-ethers",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "The ethers.js library for NestJS",
55
"author": "Blockcoders Engineering <[email protected]>",
66
"license": "Apache",

0 commit comments

Comments
 (0)