From e404d26bcff5444f37c6c93dd5833e20b49c8628 Mon Sep 17 00:00:00 2001 From: Jose Ramirez Date: Sat, 7 Jan 2023 15:37:05 -0400 Subject: [PATCH] Update readme --- CHANGELOG.md | 1 + README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b286a..d617028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ Published by **[blockcoders](https://github.com/blockcoders)** on **2023/01/07** - Ethers.js is not longer part of the index.ts export. - @ethersproject/* is now part of peerDependencies. - Rename `MATIC_NETWORK` with `POLYGON_NETWORK`. +- Install `ethers` manually ## 1.0.3 Published by **[blockcoders](https://github.com/blockcoders)** on **2022/05/08** diff --git a/README.md b/README.md index dd3905e..bb42e50 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Ethereum utilities for NestJS based on [Ethers.js](https://github.com/ethers-io/ ## Install ```sh -npm i nestjs-ethers +npm i nestjs-ethers ethers ``` ## Register module diff --git a/package-lock.json b/package-lock.json index 2e81002..6e27f2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nestjs-ethers", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "nestjs-ethers", - "version": "2.0.1", + "version": "2.0.2", "license": "Apache", "devDependencies": { "@ethersproject/abstract-signer": "^5.7.0", diff --git a/package.json b/package.json index 7428c95..a9d346f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-ethers", - "version": "2.0.1", + "version": "2.0.2", "description": "The ethers.js library for NestJS", "author": "Blockcoders Engineering ", "license": "Apache",