Skip to content

Commit

Permalink
Fixes #6 add proper bower dependency to jquery easing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Lino committed Sep 28, 2016
1 parent 6c71a8a commit 9480d43
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="1.3.9"></a>

# 1.3.8 (28.09.2016)
- Usr proper bower dependency for jquery easing.

<a name="1.3.8"></a>

# 1.3.8 (28.04.2016)
Expand Down
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "fancybox-plus",
"title": "Fancybox-Plus",
"version": "1.3.8",
"version": "1.3.9",
"description": "jQuery lightbox and modal window plugin.",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/fancybox-plus/"
},
"license": "MIT",
"main": [
"src/jquery.easing-1.3.pack.js",
"src/jquery.fancybox-plus.js",
"css/jquery.fancybox-plus.css"
],
Expand All @@ -23,7 +22,8 @@
"docs": "http://igorlino.github.io/fancybox-plus/examples",
"demo": "http://igorlino.github.io/fancybox-plus/examples",
"dependencies": {
"jquery": ">=1.11.2"
"jquery": ">=1.11.2",
"jquery.easing": "1.3.0"
},
"keywords": [
"modal",
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fancybox-plus",
"title": "Fancybox-Plus",
"version": "1.3.8",
"version": "1.3.9",
"description": "jQuery lightbox and modal window plugin.",
"keywords": [
"modal",
Expand All @@ -28,7 +28,8 @@
"docs": "http://igorlino.github.io/fancybox-plus/examples",
"demo": "http://igorlino.github.io/fancybox-plus/examples",
"dependencies": {
"jquery": ">=2.1.4"
"jquery": ">=2.1.4",
"jquery.easing": "1.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit 9480d43

Please sign in to comment.