Skip to content

Commit

Permalink
fix: move node dependencies to devDependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris committed Apr 12, 2023
1 parent e98a734 commit dbf5045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.17.0",
"@aries-framework/node": "0.4.0-alpha.103",
"jest": "^27.0.4",
"prettier": "^2.2.1",
"release-it": "^14.13.1",
Expand All @@ -48,7 +49,6 @@
"dependencies": {
"@aries-framework/anoncreds": "^0.4.0-alpha.103",
"@aries-framework/core": "^0.4.0-alpha.103",
"@aries-framework/node": "0.4.0-alpha.103",
"canonicalize": "^1.0.8",
"class-transformer": "0.5.1",
"class-validator": "0.13.1",
Expand Down

0 comments on commit dbf5045

Please sign in to comment.