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: da015c85678e
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: 29abfb0ceebb
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 27, 2015

  1. refresh

    daviddias committed Nov 27, 2015

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f9ffa7c View commit details
  2. badgers

    daviddias committed Nov 27, 2015
    Copy the full SHA
    0685f53 View commit details
  3. update package.json

    daviddias committed Nov 27, 2015
    Copy the full SHA
    29abfb0 View commit details
Showing with 4 additions and 2 deletions.
  1. +2 −0 README.md
  2. +2 −2 package.json
  3. 0 src/http-api/index.js
  4. 0 src/{ → ipfs-core}/index.js
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
js-ipfs
=======

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) ![Build Status](https://travis-ci.org/diasdavid/js-ipfs.svg?style=flat-square)](https://travis-ci.org/diasdavid/js-ipfs) ![](https://img.shields.io/badge/coverage-%3F-yellow.svg?style=flat-square) [![Dependency Status](https://david-dm.org/diasdavid/js-ipfs.svg?style=flat-square)](https://david-dm.org/diasdavid/js-ipfs) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)

> IPFS JavaScript implementation entry point and roadmap
# Description
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -30,10 +30,10 @@
"devDependencies": {
"ipfsd-ctl": "^0.6.1",
"pre-commit": "^1.1.2",
"standard": "^5.3.1",
"tape": "^4.2.2"
"standard": "^5.3.1"
},
"dependencies": {
"hapi": "^11.1.2",
"ipfs-api": "^2.7.0",
"ronin": "^0.3.11",
"vinyl": "^0.5.1"
Empty file added src/http-api/index.js
Empty file.
File renamed without changes.