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 14a0c5c commit b012e0f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.0",
"version": "3.2.2",
"name": "datatables.net/datatables.net-fixedheader-se",
"description": "When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [SemanticUI](https://semantic-ui.com/)",
"support": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"table"
],
"require": {
"datatables.net/datatables.net-fixedheader": ">=3.2.0",
"datatables.net/datatables.net-se": ">=1.11.3"
"datatables.net/datatables.net-fixedheader": ">=3.2.2",
"datatables.net/datatables.net-se": ">=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>FixedHeader Fixed Headers Sticky Semantic SemanticUI Semantic UI Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-fixedheader" version="3.2.0"/>
<dependency id="datatables.net-se" version="1.11.3"/>
<dependency id="datatables.net-fixedheader" version="3.2.2"/>
<dependency id="datatables.net-se" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -26,8 +26,6 @@
<file src="css/fixedHeader.semanticui.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/fixedHeader.semanticui.min.css" target="content\Content"/>
<file src="css/fixedHeader.semanticui.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/fixedHeader.semanticUI.d.ts" target="content\Scripts"/>
<file src="types/fixedHeader.semanticUI.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
],
"keywords": [
"FixedHeader",
"Fixed Headers",
"Sticky",
"Fixed Headers",
"Sticky",
"Semantic",
"SemanticUI",
"Semantic UI",
"SemanticUI",
"Semantic UI",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net-fixedheader": ">=3.2.0",
"datatables.net-se": ">=1.11.3",
"datatables.net-fixedheader": ">=3.2.2",
"datatables.net-se": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand All @@ -49,4 +49,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-FixedHeader-SemanticUI.git"
}
}
}

0 comments on commit b012e0f

Please sign in to comment.