Skip to content

Commit

Permalink
chore: updated package.json and linted index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikerah committed Feb 7, 2019
1 parent 13a56a4 commit b1e0695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -61,7 +61,7 @@
"length-prefixed-stream": "^1.6.0",
"protons": "^1.0.1",
"pull-pushable": "^2.2.0",
"time-cache": "^0.3.0"
"time-cache": "~0.3.0"
},
"contributors": [
"Vasco Santos <vasco.santos@moxy.studio>"
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -31,7 +31,7 @@ class PubsubBaseProtocol extends EventEmitter {
this.multicodec = multicodec
this.libp2p = libp2p
this.started = false

/**
* Map of topics to which peers are subscribed to
*
Expand Down

0 comments on commit b1e0695

Please sign in to comment.