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: Fix NPM binary publication #1371

Merged
merged 2 commits into from
Mar 12, 2024

Commits on Mar 12, 2024

  1. fix: Fix NPM binary publication

    The default .npmignore would disallow bin/, which contains binaries
    for our NPM release.  Every release before v3.0.3 was missing
    .npmignore, and therefore had no binaries.  These were unusable in
    NPM, and have been marked as deprecated because of it.
    
    Closes shaka-project#1369
    joeyparrish committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    46c8952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa0f43e View commit details
    Browse the repository at this point in the history