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

refactor: replace read-pkg-up with escalade #187

Merged
merged 1 commit into from Oct 11, 2020
Merged

refactor: replace read-pkg-up with escalade #187

merged 1 commit into from Oct 11, 2020

Commits on Oct 11, 2020

  1. refactor: replace read-pkg-up with escalade

    Ref https://packagephobia.com/result?p=read-pkg-up
    
    read-pkg-up is quite big package with many dependencies.
    It solves cases not necessary for this project like pretty json errors
    and normalisation of package.json data.
    
    In this diff I replaced it with dependency-free escalade and parsed json
    with native JSON.parse.
    
    This will let users to have faster installation and less bloated
    node_modules.
    TrySound committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    a673c8c View commit details
    Browse the repository at this point in the history