Browse Source

Match the exact version of jquery-ui.

Using "compatible version" as ^... matches latest version 1.12.0 and not 1.10.5 (matches >=1.10.5 < 2.0.0) and this prevents it building from source with latest nodejs on clean environment.
j8
damencho 8 years ago
parent
commit
e240b15d61
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -25,7 +25,7 @@
25 25
     "jQuery-Impromptu": "git+https://github.com/trentrichardson/jQuery-Impromptu.git#v6.0.0",
26 26
     "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
27 27
     "jquery-contextmenu": "*",
28
-    "jquery-ui": "^1.10.5",
28
+    "jquery-ui": "1.10.5",
29 29
     "jssha": "1.5.0",
30 30
     "retry": "0.6.1",
31 31
     "strophe": "^1.2.2",

Loading…
Cancel
Save