Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move @types/debug to prod dependencies #23

Merged
merged 1 commit into from
Aug 19, 2022
Merged

Conversation

mcmire
Copy link
Contributor

@mcmire mcmire commented Aug 19, 2022

In order for another project to use the logging functions provided by
this library, which make use of debug, @types/debug also needs to be
available. This is not a total blocker — @types/debug can be added
manually to the project in question — but is inconvenient. This commit
moves @types/debug to the list of dependencies to address this.

In order for another project to use the logging functions provided by
this library, which make use of `debug`, `@types/debug` also needs to be
available. This is not a total blocker — `@types/debug` can be added
manually to the project in question — but is inconvenient. This commit
moves `@types/debug` to the list of `dependencies` to address this.
@mcmire mcmire requested a review from a team as a code owner August 19, 2022 21:12
@mcmire mcmire merged commit 43a236e into main Aug 19, 2022
@mcmire mcmire deleted the move-types-debug-to-prod-deps branch August 19, 2022 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants