Skip to content

Commit

Permalink
fix(core): move testing-tools to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Oct 24, 2022
1 parent 47ec41f commit e6b09f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"@conduitplatform/admin": "^1.0.0",
"@conduitplatform/commons": "^1.0.0",
"@conduitplatform/grpc-sdk": "^1.0.1",
"@conduitplatform/testing-tools": "^1.0.0",
"@grpc/grpc-js": "^1.6.7",
"@grpc/proto-loader": "^0.6.13",
"convict": "^6.2.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@conduitplatform/testing-tools": "^1.0.0",
"@types/convict": "^6.1.1",
"@types/express": "~4.17.13",
"@types/jest": "^29.0.1",
Expand Down

0 comments on commit e6b09f6

Please sign in to comment.