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

Fix pretty format import #705

Closed
wants to merge 3 commits into from
Closed

Fix pretty format import #705

wants to merge 3 commits into from

Commits on Jun 8, 2020

  1. Add pretty-format as devDep

    Typings use `import {OptionsReceived as PrettyFormatOptions} from 'pretty-format'`
    Fix #694
    samtsai committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    6f01e2a View commit details
    Browse the repository at this point in the history
  2. Move pretty-format to dependencies

    Unfortunately as a side-effect of housing typings in this repo,
    we need to explicitly add `pretty-format` as a dependency
    since our types rely on it.
    
    Note this project source code itself does not explicitly need
    `pretty-format` but instead just its typings.
    samtsai committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    696d8ab View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    073e99c View commit details
    Browse the repository at this point in the history