Skip to content

Commit b1e0695

Browse files
committed
chore: updated package.json and linted index.js
1 parent 13a56a4 commit b1e0695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"length-prefixed-stream": "^1.6.0",
6262
"protons": "^1.0.1",
6363
"pull-pushable": "^2.2.0",
64-
"time-cache": "^0.3.0"
64+
"time-cache": "~0.3.0"
6565
},
6666
"contributors": [
6767
"Vasco Santos <[email protected]>"

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class PubsubBaseProtocol extends EventEmitter {
3131
this.multicodec = multicodec
3232
this.libp2p = libp2p
3333
this.started = false
34-
34+
3535
/**
3636
* Map of topics to which peers are subscribed to
3737
*

0 commit comments

Comments
 (0)