From c6215b8dcb5011731cc2757cfb7a99e8bc772335 Mon Sep 17 00:00:00 2001 From: susgo Date: Wed, 31 Jan 2018 17:24:50 +0100 Subject: [PATCH 1/2] Create composer.json --- composer.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..e6b36ea9 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "kayalshri/tableExport.jquery.plugin" + "description": "Export html table to json, xml, pdf, ...", + "keywords": ["bootstrap","table","tablesort","pagination"], + "type": "component", + "homepage": "https://github.com/kayalshri/tableExport.jquery.plugin", + "authors": [ + { + "name": "kayalshri", + } + ] +} From cadbeffaf5b19531839af64118be4f53def409cb Mon Sep 17 00:00:00 2001 From: susgo Date: Wed, 31 Jan 2018 17:26:48 +0100 Subject: [PATCH 2/2] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e6b36ea9..fff725e9 100644 --- a/composer.json +++ b/composer.json @@ -1,12 +1,12 @@ { "name": "kayalshri/tableExport.jquery.plugin" "description": "Export html table to json, xml, pdf, ...", - "keywords": ["bootstrap","table","tablesort","pagination"], + "keywords": ["table","export"], "type": "component", "homepage": "https://github.com/kayalshri/tableExport.jquery.plugin", "authors": [ { - "name": "kayalshri", + "name": "kayalshri" } ] }