Added stomp-websocket library and added package override for version 2.3.4

This commit is contained in:
Sean Airey
2015-02-11 18:08:30 +00:00
parent 2ff55856da
commit bf68effa98
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"main": "lib/stomp.min",
"shim": {
"lib/stomp.min": {
"exports": "Stomp"
}
}
}
+1
View File
@@ -189,6 +189,7 @@
"skrollr": "github:Prinzhorn/skrollr",
"sockjs-client": "github:sockjs/sockjs-client",
"spin": "github:fgnass/spin.js",
"stomp-websocket": "github:jmesnil/stomp-websocket",
"stream": "github:jspm/nodelibs-stream",
"string_decoder": "github:jspm/nodelibs-string_decoder",
"tabletools": "github:DataTables/TableTools",