Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 9319ba5

Browse files
committed
updated bower: added main-files, updated jquery-version, removed "self-ignore"
1 parent 1f9f8c5 commit 9319ba5

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

bower.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
{
22
"name": "fancybox",
33
"version": "2.1.5",
4-
"main": ["source/jquery.fancybox.css","source/jquery.fancybox.js"],
4+
"main": [
5+
"source/jquery.fancybox.css",
6+
"source/jquery.fancybox.js",
7+
"source/blank.gif",
8+
"source/fancybox_loading.gif",
9+
10+
"source/fancybox_overlay.png",
11+
"source/fancybox_sprite.png",
12+
13+
"source/jquery.fancybox.pack.js"
14+
],
515
"ignore": [
6-
"**/.*",
7-
"*.json",
8-
"demo"
9-
],
16+
"**/.*",
17+
"fancybox.jquery.json",
18+
"demo"
19+
],
1020
"dependencies": {
11-
"jquery": "~1.10",
21+
"jquery": ">=1.10",
1222
"jquery-mousewheel": "~3.1.3"
1323
}
1424
}

0 commit comments

Comments
 (0)