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) 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",