We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b8af1f + 5cbc170 commit 7a86f9dCopy full SHA for 7a86f9d
bower.json
@@ -2,7 +2,7 @@
2
"name": "jquery-ui",
3
"version": "1.11.0",
4
"main": [
5
- "ui/jquery-ui.js"
+ "./jquery-ui.js"
6
],
7
"dependencies": {
8
"jquery": ">=1.6"
component.json
@@ -4,9 +4,9 @@
"license": "MIT",
"scripts": [
9
- "main": "ui/jquery-ui.js",
+ "main": "./jquery-ui.js",
10
11
"components/jquery": "*"
12
}
composer.json
@@ -46,7 +46,7 @@
46
"component": {
47
48
49
50
51
"files": [
52
"ui/**",
0 commit comments