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 0c323b3 commit 106494a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 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-bm",
"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 [Bulma](https://bulma.io/)",
"support": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"table"
],
"require": {
"datatables.net/datatables.net-buttons": ">=2.0.1",
"datatables.net/datatables.net-bm": ">=1.11.3"
"datatables.net/datatables.net-buttons": ">=2.2.2",
"datatables.net/datatables.net-bm": ">=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 Bulma Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-buttons" version="2.0.1"/>
<dependency id="datatables.net-bm" version="1.11.3"/>
<dependency id="datatables.net-buttons" version="2.2.2"/>
<dependency id="datatables.net-bm" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -26,8 +26,6 @@
<file src="css/buttons.bulma.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/buttons.bulma.min.css" target="content\Content"/>
<file src="css/buttons.bulma.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/buttons.bulma.d.ts" target="content\Scripts"/>
<file src="types/buttons.bulma.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
],
"keywords": [
"Buttons",
"Column Visibility",
"csv",
"excel",
"pdf",
"print",
"Column Visibility",
"csv",
"excel",
"pdf",
"print",
"Bulma",
"Datatables",
"jQuery",
Expand All @@ -25,8 +25,8 @@
"sort"
],
"dependencies": {
"datatables.net-buttons": ">=2.0.1",
"datatables.net-bm": ">=1.11.3",
"datatables.net-buttons": ">=2.2.2",
"datatables.net-bm": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand All @@ -50,4 +50,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Buttons-Bulma.git"
}
}
}

0 comments on commit 106494a

Please sign in to comment.