From 427457b0861b87826e42affc1f573e1ae1a034ed Mon Sep 17 00:00:00 2001 From: David Dan Date: Tue, 31 May 2016 18:02:23 -0400 Subject: [PATCH] Set autobahn to a fixed version. autobahn v 0.10+ does't work with IE https://github.com/crossbario/autobahn-js/issues/199 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1dc7cb4..a62c921 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "angular": "^1.3.0", - "autobahn": ">= 0.9.5" + "autobahn": "0.9.9" }, "license": "MIT", "devDependencies": {