From 2ea12b17dddfaf3b31ef6df30a882b29a176d7d9 Mon Sep 17 00:00:00 2001 From: SandyDatatables Date: Thu, 31 Mar 2022 11:00:06 +0000 Subject: [PATCH] Remove types from nuget files --- composer.json | 6 +++--- nuget.nuspec | 6 ++---- package.json | 16 ++++++++-------- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index 5d27954..6ad9f04 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "2.0.1", + "version": "2.2.2", "name": "datatables.net/datatables.net-buttons-bs", "description": "The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)", "support": { @@ -31,7 +31,7 @@ "table" ], "require": { - "datatables.net/datatables.net-buttons": ">=2.0.1", - "datatables.net/datatables.net-bs": ">=1.11.3" + "datatables.net/datatables.net-buttons": ">=2.2.2", + "datatables.net/datatables.net-bs": ">=1.11.5" } } diff --git a/nuget.nuspec b/nuget.nuspec index a086002..d6f5825 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -10,8 +10,8 @@ MIT Buttons Column Visibility csv excel pdf print Bootstrap Datatables jQuery table - - + + @@ -26,8 +26,6 @@ - - diff --git a/package.json b/package.json index cc130cb..f1ef699 100644 --- a/package.json +++ b/package.json @@ -12,11 +12,11 @@ ], "keywords": [ "Buttons", - "Column Visibility", - "csv", - "excel", - "pdf", - "print", + "Column Visibility", + "csv", + "excel", + "pdf", + "print", "Bootstrap", "Datatables", "jQuery", @@ -25,8 +25,8 @@ "sort" ], "dependencies": { - "datatables.net-buttons": ">=2.0.1", - "datatables.net-bs": ">=1.11.3", + "datatables.net-buttons": ">=2.2.2", + "datatables.net-bs": ">=1.11.5", "jquery": ">=1.7" }, "moduleType": [ @@ -50,4 +50,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap.git" } -} \ No newline at end of file +}