From 724741e3a7550d6771c9a1ba33cc76851ce6b7f1 Mon Sep 17 00:00:00 2001 From: Gerald Meier Date: Fri, 24 Apr 2015 09:51:28 +0200 Subject: [PATCH 1/3] Add composer.json --- composer.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..e69de29 From 6ddfd47d8d8fa484d70d1153711653dbfb991950 Mon Sep 17 00:00:00 2001 From: Gerald Meier Date: Fri, 24 Apr 2015 09:54:54 +0200 Subject: [PATCH 2/3] Update composer.json --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/composer.json b/composer.json index e69de29..9635e35 100644 --- a/composer.json +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "datatables/datatables", + "version": "1.1.2", + "description": "ColVis adds a button to the toolbars around DataTables which gives the end user of the table the ability to dynamically change the visibility of the columns in the table.", + "homepage": "http://www.datatables.net/", + "author": "SpryMedia", + "license": [ + "MIT" + ], + "prefer-stable": true, + "support": { + "forum": "https://datatables.net/forums", + "source": "https://github.com/DataTables/DataTablesSrc/" + } +} From 25c35bdd392dc3703b4ed7e8de614d056c058050 Mon Sep 17 00:00:00 2001 From: Gerald Meier Date: Fri, 24 Apr 2015 10:08:19 +0200 Subject: [PATCH 3/3] Update composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 9635e35..54effd5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "datatables/datatables", + "name": "datatables/colvis", "version": "1.1.2", "description": "ColVis adds a button to the toolbars around DataTables which gives the end user of the table the ability to dynamically change the visibility of the columns in the table.", "homepage": "http://www.datatables.net/", @@ -10,6 +10,6 @@ "prefer-stable": true, "support": { "forum": "https://datatables.net/forums", - "source": "https://github.com/DataTables/DataTablesSrc/" + "source": "https://github.com/DataTables/ColVis" } }