Skip to content

Commit c528f43

Browse files
committed
Add license field to package definition(s).
1 parent f94f744 commit c528f43

File tree

3 files changed

+4
-64
lines changed

3 files changed

+4
-64
lines changed

blueimp-file-upload.jquery.json

Lines changed: 0 additions & 50 deletions
This file was deleted.

bower.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-file-upload",
3-
"version": "9.10.4",
3+
"version": "9.10.5",
44
"title": "jQuery File Upload",
55
"description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.",
66
"keywords": [
@@ -40,12 +40,7 @@
4040
"url": "git://github.com/blueimp/jQuery-File-Upload.git"
4141
},
4242
"bugs": "https://github.com/blueimp/jQuery-File-Upload/issues",
43-
"licenses": [
44-
{
45-
"type": "MIT",
46-
"url": "http://www.opensource.org/licenses/MIT"
47-
}
48-
],
43+
"license": "MIT",
4944
"dependencies": {
5045
"jquery": ">=1.6",
5146
"blueimp-tmpl": ">=2.5.4",

package.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-file-upload",
3-
"version": "9.10.4",
3+
"version": "9.10.5",
44
"title": "jQuery File Upload",
55
"description": "File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.",
66
"keywords": [
@@ -40,12 +40,7 @@
4040
"url": "git://github.com/blueimp/jQuery-File-Upload.git"
4141
},
4242
"bugs": "https://github.com/blueimp/jQuery-File-Upload/issues",
43-
"licenses": [
44-
{
45-
"type": "MIT",
46-
"url": "http://www.opensource.org/licenses/MIT"
47-
}
48-
],
43+
"license": "MIT",
4944
"main": "js/jquery.fileupload.js",
5045
"devDependencies": {
5146
"grunt": "~0.4.5",

0 commit comments

Comments
 (0)