Skip to content

Commit 4d85a42

Browse files
committed
All: Add Bower support
Fixes #9465
1 parent ea65745 commit 4d85a42

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

bower.json

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

0 commit comments

Comments
 (0)