Skip to content

Commit

Permalink
build: move ts-node to peer dependencies.
Browse files Browse the repository at this point in the history
- Allow consumers to manage their own versions of ts-node.
  • Loading branch information
Codex- committed Jun 26, 2022
1 parent 347554a commit 1c82fda
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 24 deletions.
61 changes: 41 additions & 20 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -50,12 +50,9 @@
"peerDependencies": {
"@types/node": "*",
"cosmiconfig": ">=7",
"ts-node": ">=10",
"typescript": ">=3"
},
"dependencies": {
"cosmiconfig": "^7",
"ts-node": "^10.8.1"
},
"devDependencies": {
"@types/jest": "^28.1.3",
"@typescript-eslint/eslint-plugin": "^5.29.0",
Expand Down

0 comments on commit 1c82fda

Please sign in to comment.