From 39c8842a34573830c2f11ae788a98e71d91d382b Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 10 Nov 2016 10:15:18 +0000 Subject: [PATCH 1/2] chore: update deps, make CI green --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ce60a2f18..f139d7c1a 100644 --- a/package.json +++ b/package.json @@ -56,11 +56,11 @@ "url": "https://github.com/ipfs/js-ipfs-api" }, "devDependencies": { - "aegir": "^9.1.0", + "aegir": "^9.1.1", "chai": "^3.5.0", "gulp": "^3.9.1", "hapi": "^15.2.0", - "interface-ipfs-core": "^0.18.3", + "interface-ipfs-core": "^0.18.4", "ipfsd-ctl": "^0.17.0", "pre-commit": "^1.1.3", "socket.io": "^1.5.1", From 95d774e2900fd0d10c1fcec9f0a447cb6d265333 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 10 Nov 2016 10:15:35 +0000 Subject: [PATCH 2/2] docs: update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index b5aafa336..74a583a88 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ ipfs-api [![Sauce Test Status](https://saucelabs.com/browser-matrix/js-ipfs-api.svg)](https://saucelabs.com/u/ipfs-js-api) -> **Note: If you see CI red, that is due a failing test when adding nested directories in the browser, all the other features work as expect, if this is something you also need, please consider helping us identifying the solution for it, join the discussion at: https://github.com/ipfs/js-ipfs-api/issues/339** - > A client library for the IPFS HTTP API, implemented in JavaScript. This client library implements the [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core) enabling applications to change between a embebed js-ipfs node and any remote IPFS node without having to change the code. In addition, this client library implements a set of utility functions. ![](https://github.com/ipfs/interface-ipfs-core/raw/master/img/badge.png)