Skip to content

Commit

Permalink
Bumped dependencies. Removed support for node v0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed May 3, 2016
1 parent 37148bb commit 77fd5cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Object.defineProperty(CachedPersistence.prototype, 'broker', {
},
set: function (broker) {
this._broker = broker
broker.subscribe(subTopic, this._onMessage, this._setup.bind(this))
this.broker.subscribe(subTopic, this._onMessage, this._setup.bind(this))
}
})

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"devDependencies": {
"concat-stream": "^1.5.1",
"faucet": "0.0.1",
"mqemitter": "^1.0.0",
"standard": "^5.4.1",
"mqemitter": "^2.0.0",
"standard": "^7.0.0",
"tape": "^4.4.0",
"through2": "^2.0.1"
},
"dependencies": {
"aedes-packet": "^1.0.0",
"aedes-persistence": "^1.2.2",
"aedes-persistence": "^2.0.0",
"fastparallel": "^2.2.1",
"qlobber": "^0.5.3"
"qlobber": "^0.7.0"
}
}

0 comments on commit 77fd5cb

Please sign in to comment.