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 package size by excluding docs #5643

Merged
merged 3 commits into from Oct 26, 2021
Merged

Fix package size by excluding docs #5643

merged 3 commits into from Oct 26, 2021

Commits on Oct 26, 2021

  1. Reduce the number of files included in the npm package

    Before:
    total files:   572
    package size:  260.0 kB
    unpacked size: 1.4 MB
    
    After:
    total files:   356
    package size:  149.1 kB
    unpacked size: 780.9 kB
    XhmikosR committed Oct 26, 2021
    Copy the full SHA
    9883de2 View commit details
    Browse the repository at this point in the history
  2. Update package.json

    XhmikosR committed Oct 26, 2021
    Copy the full SHA
    cb9444f View commit details
    Browse the repository at this point in the history
  3. Revert "Update package.json"

    This reverts commit cb9444f.
    XhmikosR committed Oct 26, 2021
    Copy the full SHA
    3229aef View commit details
    Browse the repository at this point in the history