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

chore: limit published files #1745

Merged
merged 2 commits into from
Oct 15, 2019
Merged

Commits on Oct 15, 2019

  1. chore: limit published files

    By default, NPM will pack and publish all files in the directory.
    For us, that was 50+ files including lint configs, Github templates,
    RFCs, examples, etc.
    This change limits the files to just those used by consumers when in the
    context of a dependency. Plus what NPM always includes: README, LICENSE,
    and CHANGELOG.
    mastermatt committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    6c2827d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf1efdf View commit details
    Browse the repository at this point in the history