Skip to content

Commit b42bc85

Browse files
committed
Merge pull request angular-ui#228 from walkingice/master
chore(publisher): correct jquery-ui v1.11 path.
2 parents 8d9b3f7 + 2ca735f commit b42bc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function() {
99

1010
var js_dependencies =[
1111
'bower_components/jquery/dist/jquery.js',
12-
'bower_components/jquery-ui/ui/jquery-ui.js'
12+
'bower_components/jquery-ui/jquery-ui.js'
1313
];
1414

1515
var css_dependencies = [

0 commit comments

Comments
 (0)