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

Replace concat-stream with get-stream #1123

Merged
merged 3 commits into from
Sep 29, 2020
Merged

Commits on Sep 28, 2020

  1. Replace concat-stream with get-stream

    Ref https://packagephobia.com/result?p=concat-stream https://packagephobia.com/result?p=get-stream
    
    Concat-stream is a big package with not relevant in node 10 dependencies.
    In this diff I replaced it with dependency-free get-stream with promise
    based api.
    TrySound committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    490f7a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa84995 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    TrySound committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    b3c79a4 View commit details
    Browse the repository at this point in the history