feat(vertxbus): add override for vert.x event bus bridge client
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"format": "amd",
|
||||
"registry": "jspm",
|
||||
"main": "vertxbus",
|
||||
"deps": {
|
||||
"sockjs-client": "0.3.4"
|
||||
},
|
||||
"shim": {
|
||||
"vertxbus": {
|
||||
"deps": [
|
||||
"sockjs-client"
|
||||
],
|
||||
"exports": "vertx"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user