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

Create .npmignore #410

Merged
merged 3 commits into from
Feb 21, 2022
Merged

Create .npmignore #410

merged 3 commits into from
Feb 21, 2022

Commits on Feb 19, 2022

  1. Create .npmignore

    With .npmignore file, npm excludes these files from package. Published package size will be smaller. See also https://docs.npmjs.com/cli/v8/using-npm/developers#keeping-files-out-of-your-package .
    vain0x committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    e7c5c35 View commit details
    Browse the repository at this point in the history
  2. Update .npmignore based on .gitignore

    Ensure files listed in .gitignore are also ignored.
    
    Context: By adding .npmignore, .gitignore is no longer used by npm.
    See also https://npm.github.io/publishing-pkgs-docs/publishing/the-npmignore-file.html .
    vain0x committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    253702c View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG and version

    vain0x committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    a969512 View commit details
    Browse the repository at this point in the history