From 3eae3cf2efec5b8e5379ed3eba25e42bc7a78081 Mon Sep 17 00:00:00 2001 From: SandyDatatables Date: Thu, 31 Mar 2022 11:03:47 +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 116a28a..9cca3ef 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-jqui", "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 [jQueryUI](http://jqueryui.com/)", "support": { @@ -28,7 +28,7 @@ "table" ], "require": { - "datatables.net/datatables.net-select": ">=1.3.3", - "datatables.net/datatables.net-jqui": ">=1.11.3" + "datatables.net/datatables.net-select": ">=1.3.4", + "datatables.net/datatables.net-jqui": ">=1.11.5" } } diff --git a/nuget.nuspec b/nuget.nuspec index 689402b..11cd289 100644 --- a/nuget.nuspec +++ b/nuget.nuspec @@ -10,8 +10,8 @@ MIT select selection jQuery UI jQueryUI Datatables jQuery table - - + + @@ -26,8 +26,6 @@ - - diff --git a/package.json b/package.json index b51ffbd..ca56ec3 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ ], "keywords": [ "select", - "selection", + "selection", "jQuery UI", - "jQueryUI", + "jQueryUI", "Datatables", "jQuery", "table", @@ -22,8 +22,8 @@ "sort" ], "dependencies": { - "datatables.net-select": ">=1.3.3", - "datatables.net-jqui": ">=1.11.3", + "datatables.net-select": ">=1.3.4", + "datatables.net-jqui": ">=1.11.5", "jquery": ">=1.7" }, "moduleType": [ @@ -47,4 +47,4 @@ "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-Select-jQueryUI.git" } -} \ No newline at end of file +}