Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/js-ipfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 185327cfb244
Choose a base ref
...
head repository: ipfs/js-ipfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fa727a8b55f0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jan 4, 2016

  1. update hapi dep

    daviddias committed Jan 4, 2016
    Copy the full SHA
    d987fca View commit details
  2. Copy the full SHA
    fa727a8 View commit details
Showing with 3 additions and 2 deletions.
  1. +2 −1 README.md
  2. +1 −1 package.json
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -82,7 +82,8 @@ The cli is availble through `jsipfs` in your terminal
- [ ] Update to latest version of IPLD
- [js-merkledag-store](https://github.com/diasdavid/js-merkledag-store) ![](https://img.shields.io/badge/status-in%20progress-yellow.svg?style=flat-square)
- [ ] Update to be mounted on top of js-ipfs-repo
- Importer (what converts files to MerkleDAGs, using different chunking algorithms)
- [Data Importing](https://github.com:diasdavid/js-ipfs-data-importing)
- [ ] spec - https://github.com/ipfs/specs/pull/57/files
- [ ] importer interface
- [ ] fixed sized chunks
- [ ] jsipfs tar
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"standard": "^5.3.1"
},
"dependencies": {
"hapi": "^11.1.2",
"hapi": "^11.1.4",
"ipfs-api": "^2.7.0",
"ipfs-repo": "^0.1.0",
"peer-id": "^0.4.0",