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 peerDependencies to avoid duplicate dependencies #36

Closed

Commits on Jun 11, 2022

  1. Add @codemirror/state to peerDependencies

    This tells package manager that this package uses @codemirror/state
    as part of its public API and should try to make sure the package
    is deduped to avoid issues with duplicate packages.
    
    The peer dependency here duplicates a regular dependency entry. This
    is intentional to preserve compatibility with old npm versions that
    did not automatically install peer dependencies.
    KamilaBorowska committed Jun 11, 2022
    Configuration menu
    Copy the full SHA
    adad18d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7952c9 View commit details
    Browse the repository at this point in the history