Skip to content

Commit

Permalink
Remove types from nuget files
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyDatatables committed Mar 31, 2022
1 parent 284bd6b commit c228711
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.3",
"version": "1.3.4",
"name": "datatables.net/datatables.net-select-zf",
"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 [Foundation](https://get.foundation/)",
"support": {
Expand Down Expand Up @@ -27,7 +27,7 @@
"table"
],
"require": {
"datatables.net/datatables.net-select": ">=1.3.3",
"datatables.net/datatables.net-zf": ">=1.11.3"
"datatables.net/datatables.net-select": ">=1.3.4",
"datatables.net/datatables.net-zf": ">=1.11.5"
}
}
6 changes: 2 additions & 4 deletions nuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<license type="expression">MIT</license>
<tags>select selection Foundation Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-select" version="1.3.3"/>
<dependency id="datatables.net-zf" version="1.11.3"/>
<dependency id="datatables.net-select" version="1.3.4"/>
<dependency id="datatables.net-zf" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -26,8 +26,6 @@
<file src="css/select.foundation.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/select.foundation.min.css" target="content\Content"/>
<file src="css/select.foundation.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/select.foundation.d.ts" target="content\Scripts"/>
<file src="types/select.foundation.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"keywords": [
"select",
"selection",
"selection",
"Foundation",
"Datatables",
"jQuery",
Expand All @@ -21,8 +21,8 @@
"sort"
],
"dependencies": {
"datatables.net-select": ">=1.3.3",
"datatables.net-zf": ">=1.11.3",
"datatables.net-select": ">=1.3.4",
"datatables.net-zf": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand All @@ -46,4 +46,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Select-Foundation.git"
}
}
}

0 comments on commit c228711

Please sign in to comment.