Skip to content

Commit

Permalink
fix: move @types/node to dependencies instead of devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
naomi-lgbt committed Oct 23, 2024
1 parent 1710c46 commit 18b4640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
},
"dependencies": {
"@deepgram/captions": "^1.1.1",
"@types/node": "^18.19.39",
"cross-fetch": "^3.1.5",
"deepmerge": "^4.3.1",
"events": "^3.3.0",
Expand All @@ -69,7 +70,6 @@
"@flydotio/dockerfile": "^0.4.10",
"@types/chai": "^4.3.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.19.39",
"@types/sinon": "^17.0.3",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^8.7.0",
Expand Down

0 comments on commit 18b4640

Please sign in to comment.