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 96d4b60 commit b7bde2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 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.5.4",
"version": "1.5.5",
"name": "datatables.net/datatables.net-colreorder-bs5",
"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 with styling for [Bootstrap5](https://getbootstrap.com/)",
"support": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"table"
],
"require": {
"datatables.net/datatables.net-colreorder": ">=1.5.4",
"datatables.net/datatables.net-bs5": ">=1.11.3"
"datatables.net/datatables.net-colreorder": ">=1.5.5",
"datatables.net/datatables.net-bs5": ">=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>ColReorder Reorder Bootstrap Bootstrap5 Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-colreorder" version="1.5.4"/>
<dependency id="datatables.net-bs5" version="1.11.3"/>
<dependency id="datatables.net-colreorder" version="1.5.5"/>
<dependency id="datatables.net-bs5" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -26,8 +26,6 @@
<file src="css/colReorder.bootstrap5.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/colReorder.bootstrap5.min.css" target="content\Content"/>
<file src="css/colReorder.bootstrap5.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/colReorder.bootstrap5.d.ts" target="content\Scripts"/>
<file src="types/colReorder.bootstrap5.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
],
"keywords": [
"ColReorder",
"Reorder",
"Reorder",
"Bootstrap",
"Bootstrap5",
"Bootstrap5",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net-colreorder": ">=1.5.4",
"datatables.net-bs5": ">=1.11.3",
"datatables.net-colreorder": ">=1.5.5",
"datatables.net-bs5": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand All @@ -47,4 +47,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-ColReorder-Bootstrap5.git"
}
}
}

0 comments on commit b7bde2c

Please sign in to comment.