Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
i-like-robots committed Sep 6, 2016
1 parent fbff5af commit bde8b24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easyzoom",
"version": "2.4.0",
"version": "2.4.1",
"description": "EasyZoom is an elegant, highly optimised jQuery image zoom and panning plugin based on the original work by Alen Grakalic. EasyZoom supports touch-enabled devices and is easily customisable with CSS.",
"keywords": [
"zoom",
Expand All @@ -9,17 +9,22 @@
"panning"
],
"authors": [
{ "name": "Matt Hinchliffe", "homepage": "http://maketea.co.uk" }
{
"name": "Matt Hinchliffe",
"homepage": "http://maketea.co.uk"
}
],
"repository" : {
"repository": {
"type": "git",
"url": "git@github.com:i-like-robots/EasyZoom.git"
},
"dependencies": {
"jquery": ">=1.7"
},
"license": "MIT",
"main": ["dist/easyzoom.js"],
"main": [
"dist/easyzoom.js"
],
"ignore": [
"test",
"example-images",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "EasyZoom",
"version": "2.4.0",
"version": "2.4.1",
"author": {
"name": "Matt Hinchliffe",
"homepage": "http://maketea.co.uk"
"name": "Matt Hinchliffe",
"homepage": "http://maketea.co.uk"
},
"scripts": {
"test": "grunt jshint && open test/runner.html"
Expand Down

0 comments on commit bde8b24

Please sign in to comment.