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

Gracefully handle "Cannot read property .match of undefined" #1009

Closed

Commits on Jul 7, 2020

  1. edit types in contributing guidelines

    Danielle Adams committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    7f16b7b View commit details
    Browse the repository at this point in the history
  2. raise an error to specify the that the lock file needs to be regenera…

    …ted due to dependency shrinkwrap object being empty
    Danielle Adams committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    06483d0 View commit details
    Browse the repository at this point in the history
  3. add tests to raise message for regenerate of lockfile or shrinkwrap w…

    …hen a dependency has an empty object value; make lint fixes
    Danielle Adams committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    2f32a68 View commit details
    Browse the repository at this point in the history
  4. Return a promise when empty dependencies are detected

    Danielle Adams committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    cb9b308 View commit details
    Browse the repository at this point in the history
  5. return a new error instead of using the error handler

    Danielle Adams committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    5455e0b View commit details
    Browse the repository at this point in the history