-
Notifications
You must be signed in to change notification settings - Fork 10
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
Upgrading packages and removing lib from source control #31
Conversation
"babel-loader": "^8.0.6", | ||
"@types/webpack": "4.41.21", | ||
"babel-loader": "8.1.0", | ||
"clear-require": "^3.0.0", |
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.
Does this need to omit the ^ to be consistent with the other package versions?
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.
No, this should be fine as we'll always want the latest version. I think it's fine.
Merge when ready @yusinto 😄 |
Is there anything else I need to do to get this merged @yusinto? I'm waiting on this and the other PR for my own deployment. |
lib
folder from source control (it will still be pushed to NPM when a new version is released).