mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-02 19:21:18 +00:00
Merge pull request #3 from masylum/fix-dependencies
Added missing dependency
This commit is contained in:
commit
11bce9a818
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "abstract-connection",
|
"name": "abstract-connection",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "A test suite and interface you can use to implement a connection interface.",
|
"description": "A test suite and interface you can use to implement a connection interface.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -14,5 +14,8 @@
|
|||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/diasdavid/abstract-connection/issues"
|
"url": "https://github.com/diasdavid/abstract-connection/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/diasdavid/abstract-connection"
|
"homepage": "https://github.com/diasdavid/abstract-connection",
|
||||||
|
"dependencies": {
|
||||||
|
"timed-tape": "^0.1.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user