Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 7ac6735

Browse files
committed
chore: limit jquery-ui dependency to <1.11
This is a temporary solution till jquery-ui is marked as supported.
1 parent 15ac5c2 commit 7ac6735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This directive allows you to sort an array with drag & drop.
55
## Requirements
66

77
- JQuery
8-
- JQueryUI (1.9+)
8+
- JQueryUI (1.9+) (1.11 is not yet supported)
99
- AngularJS
1010

1111
**Notes:**

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"dependencies": {
1919
"angular": "~1.2.x",
20-
"jquery-ui": ">= 1.9"
20+
"jquery-ui": ">=1.9 <1.11"
2121
},
2222
"devDependencies": {
2323
"angular-mocks": "~1.2.x",

0 commit comments

Comments
 (0)