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

Commit 7a61c96

Browse files
authored
Merge pull request #405 from ipfs/feat/update-interface-ipfs-core-0.6.0
feat(interface): update interface-ipfs-core to v0.6.0
2 parents 31e926b + d855740 commit 7a61c96

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
[![Dependency Status](https://david-dm.org/ipfs/js-ipfs.svg?style=flat-square)](https://david-dm.org/ipfs/js-ipfs) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
1212
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
1313
[![](https://img.shields.io/badge/pm-waffle-yellow.svg?style=flat-square)](https://waffle.io/ipfs/js-ipfs)
14+
[![](https://img.shields.io/badge/interface--ipfs--core-API%20Docs-blue.svg)](https://github.com/ipfs/interface-ipfs-core)
15+
[![](https://img.shields.io/badge/interface--ipfs--core-Updates-blue.svg)](https://github.com/ipfs/interface-ipfs-core/issues/55)
16+
1417

1518
> IPFS JavaScript implementation.
1619
@@ -97,7 +100,7 @@ Simply include ipfs in your bundled javascript file.
97100
98101
### API
99102

100-
> **Will come soon**
103+
A complete API definition will come, meanwhile, you can learn how to you use js-ipfs throught he standard interface at [![](https://img.shields.io/badge/interface--ipfs--core-API%20Docs-blue.svg)](https://github.com/ipfs/interface-ipfs-core)
101104

102105
## Project structure
103106

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"form-data": "^1.0.0-rc4",
4848
"gulp": "^3.9.1",
4949
"idb-plus-blob-store": "^1.1.2",
50-
"interface-ipfs-core": "^0.5.0",
50+
"interface-ipfs-core": "^0.6.0",
5151
"left-pad": "^1.1.1",
5252
"lodash": "^4.14.1",
5353
"ncp": "^2.0.0",
@@ -117,4 +117,4 @@
117117
"kumavis <kumavis@users.noreply.github.com>",
118118
"nginnever <ginneversource@gmail.com>"
119119
]
120-
}
120+
}

0 commit comments

Comments
 (0)