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

feat: move ipfs to peer deps #446

Merged
merged 6 commits into from
Jan 28, 2020
Merged

feat: move ipfs to peer deps #446

merged 6 commits into from
Jan 28, 2020

Commits on Jan 24, 2020

  1. refactor: move ipfs to peer deps

    Doing this reduced the size of `node_modules` in the js-IPFS module
    for me by about 300MB.
    
    Does require the user to bring their own version, but they can
    also skip installing go-IPFS if, for example, they are only going
    to use js-IPFS.
    achingbrain committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    e1cd001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0606d3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9eb5ed View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Configuration menu
    Copy the full SHA
    95a7bad View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    44f1431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6adceb9 View commit details
    Browse the repository at this point in the history