From e85c3345fc09deed1ad93309b58ec2d47be61159 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 2 Jul 2016 15:19:50 +0100 Subject: [PATCH] Reduce de complexity of the js-ipfs-api module --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5be9a060..5e8aab7b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ipfs-api", "version": "6.0.3", - "description": "A client library for the IPFS API", + "description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec", "main": "lib/index.js", "jsnext:main": "src/index.js", "scripts": {