Skip to content

Commit 754e9c3

Browse files
Remove types from nuget files
1 parent 67e59c4 commit 754e9c3

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.3",
2+
"version": "1.1.4",
33
"name": "datatables.net/datatables.net-rowgroup-jqui",
44
"description": "RowGroup adds the ability to easily group rows in a DataTable by a given data point. The grouping is shown as an inserted row either before or after the group. This is RowGroup for DataTables with styling for [jQueryUI](http://jqueryui.com/)",
55
"support": {
@@ -28,7 +28,7 @@
2828
"table"
2929
],
3030
"require": {
31-
"datatables.net/datatables.net-rowgroup": ">=1.1.3",
32-
"datatables.net/datatables.net-jqui": ">=1.11.3"
31+
"datatables.net/datatables.net-rowgroup": ">=1.1.4",
32+
"datatables.net/datatables.net-jqui": ">=1.11.5"
3333
}
3434
}

nuget.nuspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<license type="expression">MIT</license>
1111
<tags>RowGroup Row Grouping jQuery UI jQueryUI Datatables jQuery table</tags>
1212
<dependencies>
13-
<dependency id="datatables.net-rowgroup" version="1.1.3"/>
14-
<dependency id="datatables.net-jqui" version="1.11.3"/>
13+
<dependency id="datatables.net-rowgroup" version="1.1.4"/>
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/rowGroup.jqueryui.css" target="contentFiles\any\any\wwwroot\css"/>
2727
<file src="css/rowGroup.jqueryui.min.css" target="content\Content"/>
2828
<file src="css/rowGroup.jqueryui.min.css" target="contentFiles\any\any\wwwroot\css"/>
29-
<file src="types/rowGroup.jQueryUI.d.ts" target="content\Scripts"/>
30-
<file src="types/rowGroup.jQueryUI.d.ts" target="contentFiles\any\any\wwwroot\js"/>
3129
</files>
3230
</package>
3331

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@
1212
],
1313
"keywords": [
1414
"RowGroup",
15-
"Row Grouping",
15+
"Row Grouping",
1616
"jQuery UI",
17-
"jQueryUI",
17+
"jQueryUI",
1818
"Datatables",
1919
"jQuery",
2020
"table",
2121
"filter",
2222
"sort"
2323
],
2424
"dependencies": {
25-
"datatables.net-rowgroup": ">=1.1.3",
26-
"datatables.net-jqui": ">=1.11.3",
25+
"datatables.net-rowgroup": ">=1.1.4",
26+
"datatables.net-jqui": ">=1.11.5",
2727
"jquery": ">=1.7"
2828
},
2929
"moduleType": [
@@ -47,4 +47,4 @@
4747
"type": "git",
4848
"url": "https://github.com/DataTables/Dist-DataTables-RowGroup-jQueryUI.git"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)