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 f28de5e commit f30a531
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions composer.json
@@ -1,5 +1,5 @@
{
"version": "1.5.4",
"version": "1.5.5",
"name": "datatables.net/datatables.net-colreorder",
"description": "ColReorder allows the end user to modify the column order of a table through drop-and-drag of column headers. This is ColReorder for DataTables",
"support": {
Expand All @@ -26,6 +26,6 @@
"table"
],
"require": {
"datatables.net/datatables.net": ">=1.11.3"
"datatables.net/datatables.net": ">=1.11.5"
}
}
4 changes: 1 addition & 3 deletions nuget.nuspec
Expand Up @@ -10,7 +10,7 @@
<license type="expression">MIT</license>
<tags>ColReorder Reorder Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net" version="1.11.3"/>
<dependency id="datatables.net" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -21,8 +21,6 @@
<file src="js/dataTables.colReorder.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/dataTables.colReorder.min.js" target="content\Scripts"/>
<file src="js/dataTables.colReorder.min.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="types/types.d.ts" target="content\Scripts"/>
<file src="types/types.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -10,15 +10,15 @@
],
"keywords": [
"ColReorder",
"Reorder",
"Reorder",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net": ">=1.11.3",
"datatables.net": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand All @@ -42,4 +42,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-ColReorder.git"
}
}
}

0 comments on commit f30a531

Please sign in to comment.