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

Commit

Permalink
Reduce de complexity of the js-ipfs-api module
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 4, 2016
1 parent 8ae12a3 commit 0c7a340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0c7a340

Please sign in to comment.