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(diff): set option "where" for pacote #2822

Merged

Commits on Mar 4, 2021

  1. fix(diff): set option where for pacote

    pacote expects a **where** option that sets the cwd for all its
    operations, ref: https://github.com/npm/pacote#options
    
    This change properly sets that option in libnpmdiff options that will
    then properly forward it to pacote, this is specially important for when
    reading local file system specs.
    
    PR-URL: npm#2822
    Credit: @ruyadorno
    Close: npm#2822
    Reviewed-by: @wraithgar
    ruyadorno committed Mar 4, 2021
    Copy the full SHA
    b3e7dd1 View commit details
    Browse the repository at this point in the history