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

Use Yarn Workspaces #2209

Merged
merged 33 commits into from
Apr 14, 2018
Merged

Use Yarn Workspaces #2209

merged 33 commits into from
Apr 14, 2018

Conversation

hawkrives
Copy link
Owner

@hawkrives hawkrives commented Apr 14, 2018

  • makes use of Yarn's workspaces feature to allow the individual packages to declare what they depend on
    • this lets me move things that the CLI's need out of the giant list of things in the top-level package
    • it does mean that Greenkeeper's going to not be as helpful, since it'll only see the top-level updates, but at this stage in Gobbldygook's life I'm OK with that
  • Switches out the spinner for one of the https://kyleamathews.github.io/react-spinkit/ spinners
  • Moves the HTML plugin for web pack into its own module
  • Documents explicit interdependencies between modules

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

1 participant