mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Add jQuery as explicit dependency, with min and max range
1.7.0 is our minimum supported version, 3.x.x our maximum. Closes gh-1779 Closes gh-1790
This commit is contained in:
parent
17404ced47
commit
c1f96f11cc
@ -50,7 +50,9 @@
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7.0 <4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"commitplease": "2.3.0",
|
||||
"grunt": "0.4.5",
|
||||
|
Loading…
Reference in New Issue
Block a user