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: Npm ignores files and folders named "core" by default #1767

Merged
merged 1 commit into from
Feb 14, 2019

Commits on Feb 14, 2019

  1. fix: Npm ignores files and folders named "core" by default

    Since the release of `npm@6.8.0`, a version of `npm-packlist` is
    included that introduces a behavior to ignore anything named "core" by
    default.
    
    Added `!core` to the `.npmignore` file as a work around, and also more
    strictly pinned the `npm` version to auto-upgrade to so we don't get
    surprised in this kind of way anymore.
    
    Cause: npm/npm-packlist#24
    RomainMuller committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    fc7f280 View commit details
    Browse the repository at this point in the history