Skip to content

Commit

Permalink
Fix path to jquery-ui.js in bower, component and composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mrohnstock committed Jul 4, 2014
1 parent f0e2743 commit 5cca34e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-ui",
"version": "1.11.0",
"main": [
"./jquery-ui.js"
"jquery-ui.js"
],
"dependencies": {
"jquery": ">=1.6"
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"version": "1.11.0",
"license": "MIT",
"scripts": [
"./jquery-ui.js"
"jquery-ui.js"
],
"main": "./jquery-ui.js",
"main": "jquery-ui.js",
"dependencies": {
"components/jquery": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"component": {
"name": "jquery-ui",
"scripts": [
"./jquery-ui.js"
"jquery-ui.js"
],
"files": [
"ui/**",
Expand Down

0 comments on commit 5cca34e

Please sign in to comment.