Skip to content

Commit

Permalink
chore(askar-migration): move indy-sdk to dev deps (#1414)
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra authored Mar 31, 2023
1 parent 806ccd9 commit fa5b1a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/indy-sdk-to-askar-migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"test": "jest"
},
"dependencies": {
"@aries-framework/anoncreds": "^0.3.3",
"@aries-framework/askar": "^0.3.3",
"@aries-framework/core": "^0.3.3",
"@aries-framework/indy-sdk": "^0.3.3",
"@aries-framework/node": "^0.3.3",
"@aries-framework/anoncreds": "0.3.3",
"@aries-framework/askar": "0.3.3",
"@aries-framework/core": "0.3.3",
"@aries-framework/node": "0.3.3",
"@hyperledger/aries-askar-shared": "^0.1.0-dev.6"
},
"devDependencies": {
"@hyperledger/aries-askar-nodejs": "^0.1.0-dev.6",
"@aries-framework/indy-sdk": "0.3.3",
"indy-sdk": "^1.16.0-dev-1655",
"rimraf": "^4.4.0",
"typescript": "~4.9.5"
Expand Down

0 comments on commit fa5b1a8

Please sign in to comment.