Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 77901d0

Browse files
committed
Add license field to package definition(s).
1 parent b3e7f2a commit 77901d0

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

blueimp-image-gallery.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-image-gallery",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"title": "jQuery Image Gallery",
55
"description": "jQuery Image Gallery displays images with the touch-enabled, responsive and customizable blueimp Gallery carousel in the dialog component of jQuery UI. It features swipe, mouse and keyboard navigation, transition effects and on-demand content loading and can be extended to display additional content types.",
66
"keywords": [

bower.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-image-gallery",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"title": "jQuery Image Gallery",
55
"description": "jQuery Image Gallery displays images with the touch-enabled, responsive and customizable blueimp Gallery carousel in the dialog component of jQuery UI. It features swipe, mouse and keyboard navigation, transition effects and on-demand content loading and can be extended to display additional content types.",
66
"keywords": [
@@ -20,12 +20,7 @@
2020
"url": "git://github.com/blueimp/jQuery-Image-Gallery.git"
2121
},
2222
"bugs": "https://github.com/blueimp/jQuery-Image-Gallery/issues",
23-
"licenses": [
24-
{
25-
"type": "MIT",
26-
"url": "http://www.opensource.org/licenses/MIT"
27-
}
28-
],
23+
"license": "MIT",
2924
"dependencies": {
3025
"jquery": ">=1.7",
3126
"jquery-ui": ">=1.10",

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-image-gallery",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"title": "jQuery Image Gallery",
55
"description": "jQuery Image Gallery displays images with the touch-enabled, responsive and customizable blueimp Gallery carousel in the dialog component of jQuery UI. It features swipe, mouse and keyboard navigation, transition effects and on-demand content loading and can be extended to display additional content types.",
66
"keywords": [
@@ -26,12 +26,7 @@
2626
"url": "git://github.com/blueimp/jQuery-Image-Gallery.git"
2727
},
2828
"bugs": "https://github.com/blueimp/jQuery-Image-Gallery/issues",
29-
"licenses": [
30-
{
31-
"type": "MIT",
32-
"url": "http://www.opensource.org/licenses/MIT"
33-
}
34-
],
29+
"license": "MIT",
3530
"devDependencies": {
3631
"grunt": "~0.4.5",
3732
"grunt-contrib-uglify": "~0.5.0",

0 commit comments

Comments
 (0)