From 0c7a3401410d6dc590f2489e6164eec73a0dcea3 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d38b60841..5e8aab7b5 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "ipfs-api", "version": "6.0.3", - "description": "A client library for the IPFS API", - "main": "src/index.js", + "description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec", + "main": "lib/index.js", "jsnext:main": "src/index.js", "scripts": { "test": "gulp test",