Skip to content

Commit

Permalink
fix: don't need ts-node at runtime any more
Browse files Browse the repository at this point in the history
  • Loading branch information
bensandee committed Mar 26, 2024
1 parent 065bd08 commit 102b9b0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 13 deletions.
39 changes: 28 additions & 11 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"sharp": "0.32.6",
"superagent": "^8.1.2",
"tempfile": "^3.0.0",
"ts-node": "^10.9.2",
"twitter-api-client": "^1.6.1",
"zod": "^3.22.4"
},
Expand Down Expand Up @@ -89,8 +88,9 @@
"prettier": "3.2.5",
"supertest": "^6.3.4",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.2",
"typescript-eslint": "^7.2.0"
}
}
}

0 comments on commit 102b9b0

Please sign in to comment.