Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 0c7a340

Browse files
committed
Reduce de complexity of the js-ipfs-api module
1 parent 8ae12a3 commit 0c7a340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ipfs-api",
33
"version": "6.0.3",
4-
"description": "A client library for the IPFS API",
5-
"main": "src/index.js",
4+
"description": "A client library for the IPFS HTTP API. Follows interface-ipfs-core spec",
5+
"main": "lib/index.js",
66
"jsnext:main": "src/index.js",
77
"scripts": {
88
"test": "gulp test",

0 commit comments

Comments
 (0)