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

chore: remove unused patch-package dependency #778

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Commits on Aug 26, 2024

  1. chore: remove unused patch-package dependency

    Removing this has two benefits:
    
    1. This simplifies the install for dependents. For example, the frontend
       has needed to patch itself `@mapeo/core` in the past.
    
    2. The usual benefits of removing a dependency: decreased file size,
       smaller attack surface, etc.
    
    We can always add it back if we need it again.
    EvanHahn committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1154b58 View commit details
    Browse the repository at this point in the history