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 f5024d3 commit 6947c2b
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.2.2",
"version": "1.3.2",
"name": "datatables.net/datatables.net-searchbuilder-zf",
"description": "SearchBuilder adds user defined complex search to the DataTable with the capability to search the DataTable by creating groups and conditions. This is SearchBuilder for DataTables with styling for [Foundation](https://get.foundation/)",
"support": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"table"
],
"require": {
"datatables.net/datatables.net-searchbuilder": ">=1.2.2",
"datatables.net/datatables.net-zf": ">=1.11.3"
"datatables.net/datatables.net-searchbuilder": ">=1.3.2",
"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>SearchBuilder Filtering Search Foundation Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-searchbuilder" version="1.2.2"/>
<dependency id="datatables.net-zf" version="1.11.3"/>
<dependency id="datatables.net-searchbuilder" version="1.3.2"/>
<dependency id="datatables.net-zf" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -26,8 +26,6 @@
<file src="css/searchBuilder.foundation.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/searchBuilder.foundation.min.css" target="content\Content"/>
<file src="css/searchBuilder.foundation.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/searchBuilder.foundation.d.ts" target="content\Scripts"/>
<file src="types/searchBuilder.foundation.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,8 +12,8 @@
],
"keywords": [
"SearchBuilder",
"Filtering",
"Search",
"Filtering",
"Search",
"Foundation",
"Datatables",
"jQuery",
Expand All @@ -22,8 +22,8 @@
"sort"
],
"dependencies": {
"datatables.net-searchbuilder": ">=1.2.2",
"datatables.net-zf": ">=1.11.3",
"datatables.net-searchbuilder": ">=1.3.2",
"datatables.net-zf": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand All @@ -47,4 +47,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-SearchBuilder-Foundation.git"
}
}
}

0 comments on commit 6947c2b

Please sign in to comment.