Skip to content

Commit

Permalink
docs: add peer and remove ICP docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker committed Oct 2, 2023
1 parent df13b8c commit c25e783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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
npm i @dfinity/agent @dfinity/candid @dfinity/principal @dfinity/utils @dfinity/nns-proto
```

## Usage
Expand Down
1 change: 0 additions & 1 deletion scripts/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ const ledgerInputFiles = [
const ledgerIcrcInputFiles = ["./packages/ledger/src/ledger.canister.ts"];

const ledgerICPInputFiles = [
"./packages/nns/src/icp.ts",
"./packages/nns/src/account_identifier.ts",
"./packages/nns/src/ledger.canister.ts",
];
Expand Down

0 comments on commit c25e783

Please sign in to comment.