Skip to content

Commit

Permalink
Remove nns-proto dep from readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner committed May 14, 2024
1 parent 73d4473 commit a876a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Install any library of this repo in your project from [npm](https://www.npmjs.co
npm i @dfinity/utils
npm i @dfinity/ledger-icp
npm i @dfinity/ledger-icrc
npm i @dfinity/nns-proto @dfinity/nns
npm i @dfinity/nns
npm i @dfinity/sns
npm i @dfinity/cmc
npm i @dfinity/ckbtc
Expand Down
2 changes: 1 addition & 1 deletion packages/ledger-icp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm i @dfinity/ledger-icp
The bundle needs peer dependencies, be sure that following resources are available in your project as well.

```bash
npm i @dfinity/agent @dfinity/candid @dfinity/principal @dfinity/utils @dfinity/nns-proto
npm i @dfinity/agent @dfinity/candid @dfinity/principal @dfinity/utils
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/nns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ npm i @dfinity/nns
The bundle needs peer dependencies, be sure that following resources are available in your project as well.

```bash
npm i @dfinity/agent @dfinity/candid @dfinity/principal @dfinity/utils @dfinity/nns-proto
npm i @dfinity/agent @dfinity/candid @dfinity/principal @dfinity/utils
```

## Usage
Expand Down

0 comments on commit a876a41

Please sign in to comment.