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

[Refactoring] - Removed unused packages #2124

Merged
merged 1 commit into from
Jun 25, 2018

Conversation

clone1612
Copy link
Contributor

Motivation for Pull Request
While looking to fix some warnings I encountered when auditing the package.json file some packages popped up which are no longer used. Since the used version of superagent also contains a security vulnerability deleting them seems to be the most logical solution.

Changes
Updated package.json and yarn.lock to remove packages no longer being used.

Tested
All code was searched looking for usage of the removed packages. No require() or import statements were found for these packages.

  • yarn test
  • Manually running

Final comments
If you're actually still using some packages just say so and I'll modify the PR :) Had to recreate this PR after messing up my branch while trying to create a new PR

@sosukesuzuki sosukesuzuki added the awaiting review ❇️ Pull request is awaiting a review. label Jun 25, 2018
Copy link
Member

@sosukesuzuki sosukesuzuki left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution!:smile:
I'll merge this pr after release next version(v0.11.7)!

@sosukesuzuki sosukesuzuki added next release (v0.11.8) and removed awaiting review ❇️ Pull request is awaiting a review. labels Jun 25, 2018
@Rokt33r Rokt33r merged commit 836fc13 into BoostIO:master Jun 25, 2018
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.

None yet

3 participants