Skip to content

Commit

Permalink
build(deps): move unexposed types packages to dev dependencies
Browse files Browse the repository at this point in the history
The "file-type" and "isstream" types packages are not exposed in our public
API and therefore, do not need to be in our list of production dependencies.

This commit moves them to the list of development dependencies.

Signed-off-by: Dustin Popp <[email protected]>
  • Loading branch information
dpopp07 committed Jun 3, 2024
1 parent b57b491 commit 14cfce9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 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 @@ -42,6 +42,8 @@
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/extend": "^3.0.4",
"@types/file-type": "~5.2.1",
"@types/isstream": "^0.1.0",
"@types/mime-types": "^2.1.4",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
Expand All @@ -64,8 +66,6 @@
},
"dependencies": {
"@types/debug": "^4.1.12",
"@types/file-type": "~5.2.1",
"@types/isstream": "^0.1.0",
"@types/node": "~10.14.19",
"@types/tough-cookie": "^4.0.0",
"axios": "1.6.8",
Expand Down

0 comments on commit 14cfce9

Please sign in to comment.