Skip to content

Commit 858199f

Browse files
Remove types from nuget files
1 parent 2a39708 commit 858199f

File tree

3 files changed

+14
-16
lines changed

3 files changed

+14
-16
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.1",
2+
"version": "2.2.2",
33
"name": "datatables.net/datatables.net-buttons-jqui",
44
"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 [jQueryUI](http://jqueryui.com/)",
55
"support": {
@@ -32,7 +32,7 @@
3232
"table"
3333
],
3434
"require": {
35-
"datatables.net/datatables.net-buttons": ">=2.0.1",
36-
"datatables.net/datatables.net-jqui": ">=1.11.3"
35+
"datatables.net/datatables.net-buttons": ">=2.2.2",
36+
"datatables.net/datatables.net-jqui": ">=1.11.5"
3737
}
3838
}

nuget.nuspec

+2-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<license type="expression">MIT</license>
1111
<tags>Buttons Column Visibility csv excel pdf print jQuery UI jQueryUI Datatables jQuery table</tags>
1212
<dependencies>
13-
<dependency id="datatables.net-buttons" version="2.0.1"/>
14-
<dependency id="datatables.net-jqui" version="1.11.3"/>
13+
<dependency id="datatables.net-buttons" version="2.2.2"/>
14+
<dependency id="datatables.net-jqui" version="1.11.5"/>
1515
</dependencies>
1616
<contentFiles>
1717
<files include="**/*" buildAction="Content"/>
@@ -26,8 +26,6 @@
2626
<file src="css/buttons.jqueryui.css" target="contentFiles\any\any\wwwroot\css"/>
2727
<file src="css/buttons.jqueryui.min.css" target="content\Content"/>
2828
<file src="css/buttons.jqueryui.min.css" target="contentFiles\any\any\wwwroot\css"/>
29-
<file src="types/buttons.jQueryUI.d.ts" target="content\Scripts"/>
30-
<file src="types/buttons.jQueryUI.d.ts" target="contentFiles\any\any\wwwroot\js"/>
3129
</files>
3230
</package>
3331

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
],
1313
"keywords": [
1414
"Buttons",
15-
"Column Visibility",
16-
"csv",
17-
"excel",
18-
"pdf",
19-
"print",
15+
"Column Visibility",
16+
"csv",
17+
"excel",
18+
"pdf",
19+
"print",
2020
"jQuery UI",
21-
"jQueryUI",
21+
"jQueryUI",
2222
"Datatables",
2323
"jQuery",
2424
"table",
2525
"filter",
2626
"sort"
2727
],
2828
"dependencies": {
29-
"datatables.net-buttons": ">=2.0.1",
30-
"datatables.net-jqui": ">=1.11.3",
29+
"datatables.net-buttons": ">=2.2.2",
30+
"datatables.net-jqui": ">=1.11.5",
3131
"jquery": ">=1.7"
3232
},
3333
"moduleType": [
@@ -51,4 +51,4 @@
5151
"type": "git",
5252
"url": "https://github.com/DataTables/Dist-DataTables-Buttons-jQueryUI.git"
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)