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

Node-logger: Move @types/npmlog to dependencies #9538

Merged
merged 1 commit into from Jan 20, 2020

Conversation

gaetanmaisse
Copy link
Member

Issue: #7855

What I did

As npmlog is exported here --export { npmLog as instance };, TS users of this lib need to have npmlog types too, so @types/npmlog have to be in dependencies and not in devDependencies.

…ng `npmlog`

As `npmlog` is exported (`export { npmLog as instance };`), TS users of this lib need to have `npmlog` types too, so `@types/npmlog` have to be in `dependencies` and not `devDependencies`
@gaetanmaisse gaetanmaisse added bug patch:yes Bugfix & documentation PR that need to be picked to main branch typescript labels Jan 19, 2020
@vercel
Copy link

vercel bot commented Jan 19, 2020

This pull request is being automatically deployed with ZEIT Now (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/storybook/monorepo/6ge6pa53l
✅ Preview: https://monorepo-git-fix-node-logger-missing-dep.storybook.now.sh

Copy link
Member

@shilman shilman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug patch:done Patch/release PRs already cherry-picked to main/release branch patch:yes Bugfix & documentation PR that need to be picked to main branch typescript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants