From 6947c2b5d03a23d4ea92d281b9b0633bcb9ce4a7 Mon Sep 17 00:00:00 2001 From: SandyDatatables Date: Thu, 31 Mar 2022 11:03:09 +0000 Subject: [PATCH] Remove types from nuget files --- composer.json | 6 +++--- nuget.nuspec | 6 ++---- package.json | 10 +++++----- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 6fa7182..5546620 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "1.2.2", + "version": "1.3.2", "name": "datatables.net/datatables.net-searchbuilder-zf", "description": "SearchBuilder adds user defined complex search to the DataTable with the capability to search the DataTable by creating groups and conditions. This is SearchBuilder for DataTables with styling for [Foundation](https://get.foundation/)", "support": { @@ -28,7 +28,7 @@ "table" ], "require": { - "datatables.net/datatables.net-searchbuilder": ">=1.2.2", - "datatables.net/datatables.net-zf": ">=1.11.3" + "datatables.net/datatables.net-searchbuilder": ">=1.3.2", + "datatables.net/datatables.net-zf": ">=1.11.5" } } diff --git a/nuget.nuspec b/nuget.nuspec index 18d867e..eb6c12a 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -10,8 +10,8 @@ MIT SearchBuilder Filtering Search Foundation Datatables jQuery table - - + + @@ -26,8 +26,6 @@ - - diff --git a/package.json b/package.json index eade613..a4177db 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ ], "keywords": [ "SearchBuilder", - "Filtering", - "Search", + "Filtering", + "Search", "Foundation", "Datatables", "jQuery", @@ -22,8 +22,8 @@ "sort" ], "dependencies": { - "datatables.net-searchbuilder": ">=1.2.2", - "datatables.net-zf": ">=1.11.3", + "datatables.net-searchbuilder": ">=1.3.2", + "datatables.net-zf": ">=1.11.5", "jquery": ">=1.7" }, "moduleType": [ @@ -47,4 +47,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-SearchBuilder-Foundation.git" } -} \ No newline at end of file +}