Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

chore: remove peer deps #265

Merged
merged 10 commits into from
Apr 9, 2021
Merged

chore: remove peer deps #265

merged 10 commits into from
Apr 9, 2021

Commits on Apr 6, 2021

  1. chore: remove peer deps

    We added ipfs, the http client etc as peer deps to signal to the user
    that they should add the modules they depend on as deps of their project.
    
    Starting with npm7 all peer deps get installed automatically which
    defeats the purpose of our use of peer deps, so let's remove them.
    achingbrain committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    81899fd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. chore: use named exports

    achingbrain committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    9663775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce21bde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d8265a View commit details
    Browse the repository at this point in the history
  4. chore: update lockfile

    achingbrain committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    419c4fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c34ddd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c5dd97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0d72f4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    888c36d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d095d0d View commit details
    Browse the repository at this point in the history