Skip to content

Commit

Permalink
Move ts-node to dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Feb 3, 2024
1 parent 72a71a6 commit 5dd36ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/signed-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"devDependencies": {
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.202",
"nodemon": "^3.0.3"
"nodemon": "^3.0.3",
"ts-node": "^10.9.2"
},
"dependencies": {
"@api3/commons": "^0.6.2",
Expand All @@ -39,7 +40,6 @@
"ethers": "^5.7.2",
"express": "^4.18.2",
"lodash": "^4.17.21",
"ts-node": "^10.9.2",
"workerpool": "^9.1.0",
"zod": "^3.22.4"
}
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit 5dd36ce

Please sign in to comment.