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 b2dc4af commit 6382b67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 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-se",
"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 [SemanticUI](https://semantic-ui.com/)",
"support": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"table"
],
"require": {
"datatables.net/datatables.net-select": ">=1.3.3",
"datatables.net/datatables.net-se": ">=1.11.3"
"datatables.net/datatables.net-select": ">=1.3.4",
"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>select selection Semantic SemanticUI Semantic UI Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-select" version="1.3.3"/>
<dependency id="datatables.net-se" version="1.11.3"/>
<dependency id="datatables.net-select" version="1.3.4"/>
<dependency id="datatables.net-se" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -26,8 +26,6 @@
<file src="css/select.semanticui.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/select.semanticui.min.css" target="content\Content"/>
<file src="css/select.semanticui.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/select.semanticUI.d.ts" target="content\Scripts"/>
<file src="types/select.semanticUI.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
],
"keywords": [
"select",
"selection",
"selection",
"Semantic",
"SemanticUI",
"Semantic UI",
"SemanticUI",
"Semantic UI",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net-select": ">=1.3.3",
"datatables.net-se": ">=1.11.3",
"datatables.net-select": ">=1.3.4",
"datatables.net-se": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand All @@ -48,4 +48,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Select-SemanticUI.git"
}
}
}

0 comments on commit 6382b67

Please sign in to comment.