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