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 134ee3d commit 8bee7aa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.2.2",
"name": "datatables.net/datatables.net-buttons-se",
"description": "The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables with styling for [SemanticUI](https://semantic-ui.com/)",
"support": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"table"
],
"require": {
"datatables.net/datatables.net-buttons": ">=2.0.1",
"datatables.net/datatables.net-se": ">=1.11.3"
"datatables.net/datatables.net-buttons": ">=2.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>Buttons Column Visibility csv excel pdf print Semantic SemanticUI Semantic UI Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-buttons" version="2.0.1"/>
<dependency id="datatables.net-se" version="1.11.3"/>
<dependency id="datatables.net-buttons" version="2.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/buttons.semanticui.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/buttons.semanticui.min.css" target="content\Content"/>
<file src="css/buttons.semanticui.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/buttons.semanticUI.d.ts" target="content\Scripts"/>
<file src="types/buttons.semanticUI.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
],
"keywords": [
"Buttons",
"Column Visibility",
"csv",
"excel",
"pdf",
"print",
"Column Visibility",
"csv",
"excel",
"pdf",
"print",
"Semantic",
"SemanticUI",
"Semantic UI",
"SemanticUI",
"Semantic UI",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net-buttons": ">=2.0.1",
"datatables.net-se": ">=1.11.3",
"datatables.net-buttons": ">=2.2.2",
"datatables.net-se": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand All @@ -52,4 +52,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Buttons-SemanticUI.git"
}
}
}

0 comments on commit 8bee7aa

Please sign in to comment.