Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit ff19e81

Browse files
michaelfigjacobheun
authored andcommittedJul 22, 2019
chore: update aegir (#87)
1 parent 1be100b commit ff19e81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"pull-ws": "hugomrdias/pull-ws#fix/bundle-size"
4949
},
5050
"devDependencies": {
51-
"aegir": "^18.2.1",
51+
"aegir": "^20.0.0",
5252
"chai": "^4.2.0",
5353
"dirty-chai": "^2.0.1",
5454
"interface-transport": "~0.3.7",

‎src/listener.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module.exports = (options, handler) => {
4040
return callback(new Error('Listener is not ready yet'))
4141
}
4242

43-
let ipfsId = listeningMultiaddr.getPeerId()
43+
const ipfsId = listeningMultiaddr.getPeerId()
4444

4545
// Because TCP will only return the IPv6 version
4646
// we need to capture from the passed multiaddr

‎test/compliance.node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const WS = require('../src')
88
describe('compliance', () => {
99
tests({
1010
setup (callback) {
11-
let ws = new WS()
11+
const ws = new WS()
1212
const addrs = [
1313
multiaddr('/ip4/127.0.0.1/tcp/9091/ws'),
1414
multiaddr('/ip4/127.0.0.1/tcp/9092/wss'),

0 commit comments

Comments
 (0)
This repository has been archived.