Skip to content

Commit

Permalink
Merge pull request #1825 from G-Rath/ts-node-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Jun 18, 2024
2 parents 9dd4d14 + f32d369 commit 778338e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
41 changes: 24 additions & 17 deletions package-lock.json

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

11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,22 +66,15 @@
"webpack": "^5.92.0"
},
"peerDependencies": {
"@types/node": "*",
"serverless": "1 || 2 || 3",
"typescript": ">=2.0",
"ts-node": ">= 8.3.0",
"webpack": ">= 3.0.0 < 6"
},
"peerDependenciesMeta": {
"@types/node": {
"optional": true
},
"typescript": {
"ts-node": {
"optional": true
}
},
"optionalDependencies": {
"ts-node": ">= 8.3.0"
},
"engines": {
"node": ">= 16"
}
Expand Down

0 comments on commit 778338e

Please sign in to comment.