Skip to content

Commit

Permalink
deps: update node deps location as per move
Browse files Browse the repository at this point in the history
Signed-off-by: Naian <[email protected]>
  • Loading branch information
nain-F49FF806 committed Nov 13, 2023
1 parent bc32777 commit 9b98a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aries/agents/node/vcxagent-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"sovrin-networks": "git+https://github.com/AbsaOSS/sovrin-networks#0.1.0",
"@hyperledger/node-vcx-wrapper": "file:../../../wrappers/node",
"@hyperledger/node-vcx-wrapper": "file:../../../../wrappers/node",
"@hyperledger/vcxagent-core": "file:../vcxagent-core",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",
Expand All @@ -20,4 +20,4 @@
},
"author": "Absa Group Limited",
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions aries/agents/node/vcxagent-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test:integration:connection": "jest --forceExit --env=node --runInBand test/connection.spec.js"
},
"dependencies": {
"@hyperledger/node-vcx-wrapper": "file:../../../wrappers/node",
"@hyperledger/node-vcx-wrapper": "file:../../../../wrappers/node",
"axios": "^1.6.0",
"ffi-napi": "^4.0.3",
"fs-extra": "^4.0.3",
Expand All @@ -68,4 +68,4 @@
"standard": "^16.0.4",
"winston": "^3.3.3"
}
}
}

0 comments on commit 9b98a0f

Please sign in to comment.