mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
9d0f44fd7b
Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422
38 lines
856 B
JSON
38 lines
856 B
JSON
{
|
|
"name": "jquery-ui",
|
|
"ignore": [
|
|
"**/.*",
|
|
"build",
|
|
"demos",
|
|
"external",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.6"
|
|
},
|
|
"devDependencies": {
|
|
"jquery-mousewheel": "3.1.12",
|
|
"jquery-simulate": "1.0.0",
|
|
"jshint": "2.4.4",
|
|
"qunit": "1.14.0",
|
|
|
|
"jquery-1.7.0": "jquery#1.7.0",
|
|
"jquery-1.7.1": "jquery#1.7.1",
|
|
"jquery-1.7.2": "jquery#1.7.2",
|
|
"jquery-1.8.0": "jquery#1.8.0",
|
|
"jquery-1.8.1": "jquery#1.8.1",
|
|
"jquery-1.8.2": "jquery#1.8.2",
|
|
"jquery-1.8.3": "jquery#1.8.3",
|
|
"jquery-1.9.0": "jquery#1.9.0",
|
|
"jquery-1.9.1": "jquery#1.9.1",
|
|
"jquery-1.10.0": "jquery#1.10.0",
|
|
"jquery-1.10.1": "jquery#1.10.1",
|
|
"jquery-1.10.2": "jquery#1.10.2",
|
|
"jquery-1.x": "jquery#1.10.2",
|
|
"jquery-2.0.0": "jquery#2.0.0",
|
|
"jquery-2.0.1": "jquery#2.0.1",
|
|
"jquery-2.0.2": "jquery#2.0.2",
|
|
"jquery-2.0.3": "jquery#2.0.3"
|
|
}
|
|
}
|