Skip to content

Commit 9480d43

Browse files
author
Igor Lino
committed
Fixes #6 add proper bower dependency to jquery easing.
1 parent 6c71a8a commit 9480d43

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="1.3.9"></a>
2+
3+
# 1.3.8 (28.09.2016)
4+
- Usr proper bower dependency for jquery easing.
5+
16
<a name="1.3.8"></a>
27

38
# 1.3.8 (28.04.2016)

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "fancybox-plus",
33
"title": "Fancybox-Plus",
4-
"version": "1.3.8",
4+
"version": "1.3.9",
55
"description": "jQuery lightbox and modal window plugin.",
66
"author": {
77
"name": "Igor Lino",
88
"url": "http://igorlino.github.io/fancybox-plus/"
99
},
1010
"license": "MIT",
1111
"main": [
12-
"src/jquery.easing-1.3.pack.js",
1312
"src/jquery.fancybox-plus.js",
1413
"css/jquery.fancybox-plus.css"
1514
],
@@ -23,7 +22,8 @@
2322
"docs": "http://igorlino.github.io/fancybox-plus/examples",
2423
"demo": "http://igorlino.github.io/fancybox-plus/examples",
2524
"dependencies": {
26-
"jquery": ">=1.11.2"
25+
"jquery": ">=1.11.2",
26+
"jquery.easing": "1.3.0"
2727
},
2828
"keywords": [
2929
"modal",

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fancybox-plus",
33
"title": "Fancybox-Plus",
4-
"version": "1.3.8",
4+
"version": "1.3.9",
55
"description": "jQuery lightbox and modal window plugin.",
66
"keywords": [
77
"modal",
@@ -28,7 +28,8 @@
2828
"docs": "http://igorlino.github.io/fancybox-plus/examples",
2929
"demo": "http://igorlino.github.io/fancybox-plus/examples",
3030
"dependencies": {
31-
"jquery": ">=2.1.4"
31+
"jquery": ">=2.1.4",
32+
"jquery.easing": "1.3.0"
3233
},
3334
"devDependencies": {
3435
"grunt": "^0.4.5",

0 commit comments

Comments
 (0)