STOMP: using sockjs-client instead of sockjs
authorgustavo <gu.martinm@gmail.com>
Sun, 22 May 2016 21:55:43 +0000 (23:55 +0200)
committergustavo <gu.martinm@gmail.com>
Sun, 22 May 2016 21:55:43 +0000 (23:55 +0200)
angularjs/stomp/bower.json
angularjs/stomp/src/stomp/index.html

index 71061b9..415b1d8 100644 (file)
@@ -24,7 +24,7 @@
     "angular-translate": "~2.11.0",
     "angular-ui-router": "~0.3.0",
     "angular": "~1.5.5",
-    "sockjs": "0.3.4",
+    "sockjs-client": "~1.1.1",
     "stomp-websocket": "~2.3.4"
 
   },
@@ -44,8 +44,5 @@
         "css/font-awesome.css"
       ]
     }
-  },
-  "resolutions": {
-    "angular": "~1.5.5"
   }
 }
index ee42a42..185172d 100644 (file)
@@ -46,7 +46,7 @@
     <script src="/bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script>
     <script src="/bower_components/angular-translate/angular-translate.js"></script>
     <script src="/bower_components/angular-ui-router/release/angular-ui-router.js"></script>
-    <script src="/bower_components/sockjs/sockjs.js"></script>
+    <script src="/bower_components/sockjs-client/dist/sockjs.js"></script>
     <script src="/bower_components/stomp-websocket/lib/stomp.min.js"></script>
     <!-- endbower -->
     <!-- endbuild -->