Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 5755e74

Browse files
author
Nathan G. Romano
committed
updated deps
1 parent 654f788 commit 5755e74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bus.io",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "An express inspired, event-driven framework for building real time distributed applications over socket.io and redis.",
55
"main": "index.js",
66
"scripts": {
@@ -42,9 +42,9 @@
4242
"dependencies": {
4343
"bus.io-client": "^0.2",
4444
"bus.io-common": "^0.2",
45-
"bus.io-exchange": "^0.3",
45+
"bus.io-exchange": "^0.4",
4646
"bus.io-messages": "^0.2",
47-
"bus.io-receiver": "^0.1.4",
47+
"bus.io-receiver": "^0.1.5",
4848
"debug": "~2",
4949
"socket.io": "^1.0.2"
5050
},

0 commit comments

Comments
 (0)