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

🌱 Refactor shared package imports #100

Merged
merged 1 commit into from
Nov 15, 2024
Merged

Commits on Nov 15, 2024

  1. 🌱 Refactor shared package imports

    The `@shared/types` package does not actually exist. It was
    only working because there was a vestigial reference for it
    in the `package-lock.json` file from before the shared workspace
    package was renamed from `@shared/types` to `@editor-extensions/shared`.
    `@shared/types` was pointing to the shared workspace.
    
    Fixes:
      - Remove the `@shared/types` reference in the lock file
      - Refactor all of the imports to pull from the current npm package name
    
    Signed-off-by: Scott J Dickerson <[email protected]>
    sjd78 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    48d0818 View commit details
    Browse the repository at this point in the history