feat(vertxbus): use tag v2.1 instead of master

This commit is contained in:
Frank Wallis
2015-03-23 12:19:56 +00:00
parent 5c10b96218
commit 550c3432f8
@@ -0,0 +1,16 @@
{
"format": "global",
"registry": "jspm",
"main": "vertxbus",
"dependencies": {
"sockjs-client": "0.3.4"
},
"shim": {
"vertxbus": {
"deps": [
"sockjs-client"
],
"exports": "vertx"
}
}
}