From cde16100676b3628e43206cb8c1374483a8c9e8f Mon Sep 17 00:00:00 2001 From: SandyDatatables Date: Thu, 31 Mar 2022 11:03:35 +0000 Subject: [PATCH] Remove types from nuget files --- composer.json | 6 +++--- nuget.nuspec | 6 ++---- package.json | 8 ++++---- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/composer.json b/composer.json index 0ff69cc..9bf4e5b 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "version": "1.3.3", + "version": "1.3.4", "name": "datatables.net/datatables.net-select-bs", "description": "Select provides table item selection capabilities - rows, columns and cells can be selected individually or collectively. Complex selection operations such as operating system style selection (ctrl/cmd and shift click) for multiple rows can be enabled with a single option for a DataTable. This is Select for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)", "support": { @@ -27,7 +27,7 @@ "table" ], "require": { - "datatables.net/datatables.net-select": ">=1.3.3", - "datatables.net/datatables.net-bs": ">=1.11.3" + "datatables.net/datatables.net-select": ">=1.3.4", + "datatables.net/datatables.net-bs": ">=1.11.5" } } diff --git a/nuget.nuspec b/nuget.nuspec index 9e2b893..31814ae 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -10,8 +10,8 @@ MIT select selection Bootstrap Datatables jQuery table - - + + @@ -26,8 +26,6 @@ - - diff --git a/package.json b/package.json index 2311174..106caae 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ], "keywords": [ "select", - "selection", + "selection", "Bootstrap", "Datatables", "jQuery", @@ -21,8 +21,8 @@ "sort" ], "dependencies": { - "datatables.net-select": ">=1.3.3", - "datatables.net-bs": ">=1.11.3", + "datatables.net-select": ">=1.3.4", + "datatables.net-bs": ">=1.11.5", "jquery": ">=1.7" }, "moduleType": [ @@ -46,4 +46,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-Select-Bootstrap.git" } -} \ No newline at end of file +}