From b6343494a53733bf827c28869baf4923a65b6711 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Wed, 25 Jul 2018 22:24:29 +0530 Subject: [PATCH] Updates to release v4.4.9 --- CHANGE.md | 2 +- composer.json | 14 +++++++++++++- package.json | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGE.md b/CHANGE.md index 39bac597..4f02b388 100755 --- a/CHANGE.md +++ b/CHANGE.md @@ -1076,4 +1076,4 @@ Initial release. The following features are included in this release: - Upload action defaults to form submit. Supports an upload route/server action parameter for custom ajax based upload. - Triggers JQuery events for advanced development. Events currently available are `filereset` and `fileclear`. - Disabled and readonly file input support. -- Size of the entire plugin is less than 11KB (about 9KB for the minified JS and 2KB for the minified CSS). +- Size of the entire plugin is less than 11KB (about 9KB for the minified JS and 2KB for the minified CSS). \ No newline at end of file diff --git a/composer.json b/composer.json index 81594a11..345bdbda 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,19 @@ { "name": "kartik-v/bootstrap-fileinput", "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.", - "keywords": ["bootstrap", "jquery", "file", "input", "preview", "upload", "image", "multiple", "ajax", "delete", "progress"], + "keywords": [ + "bootstrap", + "jquery", + "file", + "input", + "preview", + "upload", + "image", + "multiple", + "ajax", + "delete", + "progress" + ], "homepage": "https://github.com/kartik-v/bootstrap-fileinput", "license": "BSD-3-Clause", "authors": [ diff --git a/package.json b/package.json index b3b63e21..3c6dbfe2 100755 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "Kartik Visweswaran " ], "description": "An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, ajax uploads, and more features.", - "repository" : { - "type": "git", + "repository": { + "type": "git", "url": "https://github.com/kartik-v/bootstrap-fileinput.git" }, "bugs": {