Skip to content

Commit 8d9ef65

Browse files
committed
add jquery-ui.min.js to component.json
previously jquery-ui.min.js was located in /ui.
1 parent 7a86f9d commit 8d9ef65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
],
5151
"files": [
5252
"ui/**",
53-
"themes/**"
53+
"themes/**",
54+
"jquery-ui.min.js"
5455
],
5556
"shim": {
5657
"deps": [

0 commit comments

Comments
 (0)