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 padend dependency #242

Closed
wants to merge 5 commits into from
Closed

remove padend dependency #242

wants to merge 5 commits into from

Commits on Sep 4, 2022

  1. remove padend dependency

    This replaces the use of the string.prototype.padend dependency with the normal String.padEnd function, removing the need for 3.3Mb of dependencies.
    Pomax committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    35ea05b View commit details
    Browse the repository at this point in the history
  2. Update package.json

    Pomax committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    fea5333 View commit details
    Browse the repository at this point in the history
  3. Update package.json

    Pomax committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    46e9961 View commit details
    Browse the repository at this point in the history
  4. Update package.json

    Pomax committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    5a54f49 View commit details
    Browse the repository at this point in the history
  5. Update .travis.yml

    Pomax committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    71ad735 View commit details
    Browse the repository at this point in the history