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

Commit 7e7a5fb

Browse files
committed
updated deps:
1 parent e4da817 commit 7e7a5fb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bus.io",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
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": {
@@ -41,10 +41,10 @@
4141
"homepage": "https://github.com/turbonetix/bus.io",
4242
"dependencies": {
4343
"debug": "~1.0.2",
44-
"bus.io-common": "^0.0.7",
45-
"bus.io-exchange": "^0.3.0",
46-
"bus.io-messages": "^0.1.8",
47-
"bus.io-receiver": "0.0.1",
44+
"bus.io-common": "^0.1",
45+
"bus.io-exchange": "^0.3",
46+
"bus.io-messages": "^0.1",
47+
"bus.io-receiver": "^0.0",
4848
"socket.io": "^1.0.2"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)