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

Remove unnecessary files from npm packages #250

Merged
merged 1 commit into from
Feb 10, 2020
Merged

Remove unnecessary files from npm packages #250

merged 1 commit into from
Feb 10, 2020

Commits on Nov 28, 2019

  1. Remove unnecessary files from npm packages

    Update `.npmrc` to avoid shipping garbage files to consumers on npm
    
    The largest folder is `coverage`, sitting at 1.8MB.
    
    ```
    $ du -h -d1 strong-soap/  | sort -h
    0       strong-soap/node_modules
    4.0K    strong-soap/.vscode
    8.0K    strong-soap/.github
    60K     strong-soap/example
    72K     strong-soap/xsds
    120K    strong-soap/intl
    432K    strong-soap/lib
    440K    strong-soap/src
    476K    strong-soap/.nyc_output
    1.8M    strong-soap/coverage
    3.5M    strong-soap/
    ```
    avindra committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    5d07321 View commit details
    Browse the repository at this point in the history