Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
chore: remove extra config
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 4, 2020
1 parent ff588c9 commit b575456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
{
"lerna": "3.22.0",
"packages": [
"packages/*",
"examples/*"
"packages/*"
],
"version": "independent",
"command": {
"bootstrap": {
"hoist": true,
"nohoist": [
"ipfs-css",
"tachyons"
]
"hoist": true
},
"run": {
"stream": true
Expand Down
1 change: 1 addition & 0 deletions packages/ipfs-http-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ The js-ipfs-http-client is a work in progress. As such, there's a few things you
This module started as a direct mapping from the go-ipfs cli to a JavaScript implementation, although this was useful and familiar to a lot of developers that were coming to IPFS for the first time, it also created some confusion on how to operate the core of IPFS and have access to the full capacity of the protocol. After much consideration, we decided to create `interface-ipfs-core` with the goal of standardizing the interface of a core implementation of IPFS, and keep the utility functions the IPFS community learned to use and love, such as reading files from disk and storing them directly to IPFS.
## License
[MIT](LICENSE)
Expand Down

0 comments on commit b575456

Please sign in to comment.