Skip to content

Commit

Permalink
fix: Improve package json licence and specs. (hyperledger-identus#93)
Browse files Browse the repository at this point in the history
Co-authored-by: Goncalo-FradeIOHK <[email protected]>
  • Loading branch information
elribonazo and goncalo-frade-iohk authored Oct 3, 2023
1 parent 6e331e8 commit 8626003
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,16 @@ This repository includes a browser and a Node.js demo application, and also a st

To be able to run the demos, we have to build `prism-wallet-sdk-ts`.

create an .npmrc file with the following contents:

```
@input-output-hk:registry=https://npm.pkg.github.com
```


From the repository root run:


```bash
npm i
npm run build
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/input-output-hk/atala-prism-wallet-sdk-ts.git",
"directory": "@input-output-hk/atala-prism-wallet-sdk"
},
"author": "",
"license": "",
"author": "IOHK",
"license": "Apache-2.0",
"peerDependenciesMeta": {
"react-native-sqlite-storage": {
"optional": true
Expand Down

0 comments on commit 8626003

Please sign in to comment.