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"
}
}
}