Merge pull request #274 from frankwallis/master

feat(vertxbus): add override for vert.x event bus bridge client
This commit is contained in:
Guy Bedford
2015-03-19 12:51:31 +02:00
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,16 @@
{
"format": "amd",
"registry": "jspm",
"main": "vertxbus",
"deps": {
"sockjs-client": "0.3.4"
},
"shim": {
"vertxbus": {
"deps": [
"sockjs-client"
],
"exports": "vertx"
}
}
}
+1
View File
@@ -255,6 +255,7 @@
"url": "github:jspm/nodelibs-url",
"util": "github:jspm/nodelibs-util",
"vm": "github:jspm/nodelibs-vm",
"vertxbus": "github:larrytin/bower-vertxbus",
"virtual-dom": "npm:virtual-dom",
"vue": "npm:vue",
"webcomponents": "npm:webcomponents",