Skip to content

Commit

Permalink
fix: move typescript and ts-node to devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Pomar committed Apr 19, 2024
1 parent ac5f811 commit f33211b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@
},
"dependencies": {
"@types/node": "^20.6.2",
"ohm-js": "^17.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"ohm-js": "^17.1.0"
},
"scripts": {
"start": "ts-node src/index.ts",
Expand All @@ -34,7 +32,9 @@
"devDependencies": {
"@ava/typescript": "^4.1.0",
"ava": "^6.0.1",
"semantic-release": "^22.0.0"
"semantic-release": "^22.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"ava": {
"typescript": {
Expand Down

0 comments on commit f33211b

Please sign in to comment.