feat(AngularStompDK): add AngularStompDK 0.3.2 and 0.3.3

This commit is contained in:
Davin Kevin
2015-11-12 16:20:26 +01:00
parent 1b575789ba
commit c168a5c255
2 changed files with 24 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"main": "dist/angular-stomp",
"dependencies": {
"angular": "^1.2.0",
"stomp-websocket": "~2.3.0"
},
"shim": {
"dist/angular-stomp": {
"deps": [ "angular", "stomp-websocket" ]
}
}
}
@@ -0,0 +1,12 @@
{
"main": "dist/angular-stomp",
"dependencies": {
"angular": "^1.2.0",
"stomp-websocket": "~2.3.0"
},
"shim": {
"dist/angular-stomp": {
"deps": [ "angular", "stomp-websocket" ]
}
}
}