From 35a8641e62fcf7b79c6555a08f299655f366e862 Mon Sep 17 00:00:00 2001 From: Samuel Liard Date: Tue, 23 Feb 2016 20:48:33 +0100 Subject: [PATCH] Force jquery-ui version to fix pb with beta version we can get with npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fd97c61a..f5e24828c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "jquery": "~2.1.1", "jQuery-Impromptu": "git+https://github.com/trentrichardson/jQuery-Impromptu.git#v6.0.0", "lib-jitsi-meet": "jitsi/lib-jitsi-meet", - "jquery-ui": "^1.10.5", + "jquery-ui": "1.10.5", "jssha": "1.5.0", "retry": "0.6.1", "strophe": "^1.2.2",