Merge pull request #192 from SAAirey/master

Added stomp-websocket library and added package override for version 2.3.4
This commit is contained in:
Guy Bedford
2015-02-12 10:00:42 +02:00
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"main": "lib/stomp.min",
"shim": {
"lib/stomp.min": {
"exports": "Stomp"
}
}
}