Skip to content

Commit

Permalink
fix: documentation gen
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Oct 1, 2023
1 parent 592cb2f commit 6661fa2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ coverage/lcov-report/**
coverage/coverage-summary.json
junit.xml
lcov.info
build
docs
build
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Not ready for production use most of the methods are not yet implemented!!
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
| ![Statements](https://raw.githubusercontent.com/elribonazo/pluto-encrypted/master/coverage/badge-statements.svg) | ![Branches](https://raw.githubusercontent.com/elribonazo/pluto-encrypted/master/coverage/badge-branches.svg) | ![Functions](https://raw.githubusercontent.com/elribonazo/pluto-encrypted/master/coverage/badge-functions.svg) | ![Lines](https://raw.githubusercontent.com/elribonazo/pluto-encrypted/master/coverage/badge-lines.svg) |


### Documentation

[SDK Reference](/modules.md)

## USAGE
To install simply run

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@
"@input-output-hk/atala-prism-wallet-sdk": "file:./sdk"
},
"dependencies": {

"dexie": "^3.2.4",
"dexie-encrypted": "https://github.com/metafig/dexie-encrypted.git",
"reflect-metadata": "^0.1.13",
"rxdb": "^14.17.0",
"uuid": "^9.0.1"
Expand Down

0 comments on commit 6661fa2

Please sign in to comment.