Skip to content

Commit e837d11

Browse files
committed
All: Add Bower support
Fixes #9465 Closes gh-1189
1 parent 162056b commit e837d11

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

bower.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "jquery-ui",
3+
"ignore": [
4+
"**/.*",
5+
"build",
6+
"demos",
7+
"external",
8+
"tests"
9+
],
10+
"dependencies": {
11+
"jquery": ">=1.6"
12+
}
13+
}

0 commit comments

Comments
 (0)