Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Jun 8, 2024
1 parent d2887ee commit 7853617
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 28 deletions.
2 changes: 1 addition & 1 deletion wrappers/javascript/indy-vdr-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"install": "node scripts/install.js"
},
"devDependencies": {
"@types/node": "^17.0.26",
"@types/node": "^20.14.2",
"@types/ref-struct-di": "^1.1.6",
"rimraf": "^5.0.7",
"typescript": "~5.4.5"
Expand Down
56 changes: 29 additions & 27 deletions wrappers/javascript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions wrappers/javascript/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"@hyperledger/indy-vdr-nodejs": ["indy-vdr-nodejs/src"],
Expand Down

0 comments on commit 7853617

Please sign in to comment.