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

Commit e18ca06

Browse files
committed
Update bower and version numbers
1 parent c00852a commit e18ca06

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

bower.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
{
22
"name": "fancybox",
3+
"title": "fancyBox",
4+
"version": "2.1.7",
5+
"description": "fancyBox offers an elegant way to present images, html content and multimedia for webpages",
6+
"keywords": [
7+
"lightbox",
8+
"effect",
9+
"responsive",
10+
"modal",
11+
"window",
12+
"ui"
13+
],
14+
"license": "GPLv3",
15+
"homepage": "http://fancyapps.com/fancybox/",
316
"main": [
417
"source/jquery.fancybox.css",
5-
"source/jquery.fancybox.js",
18+
"source/jquery.fancybox.pack.js",
619
"source/blank.gif",
720
"source/fancybox_loading.gif",
821
"source/fancybox_loading@2x.gif",
922
"source/fancybox_overlay.png",
1023
"source/fancybox_sprite.png",
11-
"source/fancybox_sprite@2x.png",
12-
"source/jquery.fancybox.pack.js"
24+
"source/fancybox_sprite@2x.png"
1325
],
1426
"ignore": [
1527
"**/.*",

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "fancybox",
33
"title": "fancyBox",
4+
"version": "2.1.7",
45
"description": "fancyBox offers an elegant way to present images, html content and multimedia for webpages",
56
"keywords": [
67
"lightbox",
@@ -10,13 +11,8 @@
1011
"window",
1112
"ui"
1213
],
13-
"licenses": [
14-
{
15-
"type": "fancyBox",
16-
"url": "http://fancyapps.com/fancybox/#license"
17-
}
18-
],
19-
"version": "2.1.5",
14+
"license": "GPLv3",
15+
"homepage": "http://fancyapps.com/fancybox/",
2016
"repository": {
2117
"type": "git",
2218
"url": "https://github.com/fancyapps/fancyBox"

source/jquery.fancybox.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
22
* fancyBox - jQuery Plugin
3-
* version: 2.1.5 (Fri, 14 Jun 2013)
3+
* version: 2.1.7 (Tue, 28 Feb 2017)
44
* requires jQuery v1.6 or later
55
*
66
* Examples at http://fancyapps.com/fancybox/
77
* License: www.fancyapps.com/fancybox/#license
88
*
9-
* Copyright 2012 Janis Skarnelis - janis@fancyapps.com
9+
* Copyright 2017 fancyapps.com
1010
*
1111
*/
1212

@@ -50,7 +50,7 @@
5050

5151
$.extend(F, {
5252
// The current version of fancyBox
53-
version: '2.1.5',
53+
version: '2.1.7',
5454

5555
defaults: {
5656
padding : 15,

0 commit comments

Comments
 (0)