BusterLabs / Partyshare

A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://busterlabs.github.io/Partyshare
MIT License
158 stars 26 forks source link

Outdated npm package dependencies #38

Closed hexagon6 closed 6 years ago

hexagon6 commented 6 years ago

It seems that the branch add-with-querystrings is not available anymore:

yarn
yarn install v1.3.2
[1/4] Resolving packages...
[2/4] Fetching packages...
error Couldn't find match for "107c5c16162bf7c5f74d858ebc58644ea20924a5" in "_c" for "git://github.com/bhstahl/js-ipfs-api.git".
...
  "ipfs-api": "git://github.com/bhstahl/js-ipfs-api.git#add-with-querystrings",
  "ipfsd-ctl": "git://github.com/bhstahl/js-ipfsd-ctl.git#add-with-querystrings",
...

@bhstahl can you update this? :+1:

bhstahl commented 6 years ago

Aha, that branch was actually merged into js-ipfs-api (https://github.com/ipfs/js-ipfs-api/pull/594), hence the deletion of the branch, so we can just update it back to the main repo instead of my fork