Merge pull request #652 from davinkevin/master

feat(AngularStompDK): add AngularStompDK 0.3.2 and 0.3.3
This commit is contained in:
Guy Bedford
2015-11-15 15:02:22 +02:00
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" ]
}
}
}