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

Upgrading packages and removing lib from source control #31

Merged
merged 7 commits into from
Sep 2, 2020

Conversation

cereallarceny
Copy link
Contributor

  • Upgraded all dependencies to current versions.
  • Test and build commands are still working perfectly.
  • Also removed the lib folder from source control (it will still be pushed to NPM when a new version is released).

"babel-loader": "^8.0.6",
"@types/webpack": "4.41.21",
"babel-loader": "8.1.0",
"clear-require": "^3.0.0",
Copy link
Owner

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?

Copy link
Contributor Author

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.

@cereallarceny
Copy link
Contributor Author

Merge when ready @yusinto 😄

@cereallarceny
Copy link
Contributor Author

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.

@yusinto yusinto merged commit 51a431c into yusinto:master Sep 2, 2020
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