-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
fix(build): Move '@types/react' to devDependencies #92
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This Looks Great @DevYoma 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff, thank you @DevYoma
Quick note for next time 😉
- I renamed the PR title prefixing the word
fix(build):
to follow the conventional commit standard. Look it up
I'm glad I could help :) |
fix(build): Move '@types/react' to devDependencies (jargonsdev#92)
Description
This PR removes the
@type/react
dependency fromdependencies
and adds it to thedevDependencies
in the projectspackage.json
fileRelated Issue
Fixes #21
Screenshots/Screencasts
Notes to Reviewer
I initially don't know what happened in the first commit. I ran
npm install
after moving@types/react
dependency to the the devDependency. But I did it well in the second commit.