Skip to content

Commit 7406fe7

Browse files
Remove types from nuget files
1 parent 7d30c1e commit 7406fe7

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
],
3333
"require": {
3434
"datatables.net/datatables.net-keytable": ">=2.6.4",
35-
"datatables.net/datatables.net-se": ">=1.11.3"
35+
"datatables.net/datatables.net-se": ">=1.11.5"
3636
}
3737
}

nuget.nuspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<tags>KeyTable Excel keyboard Spreadsheet Semantic SemanticUI Semantic UI Datatables jQuery table</tags>
1212
<dependencies>
1313
<dependency id="datatables.net-keytable" version="2.6.4"/>
14-
<dependency id="datatables.net-se" version="1.11.3"/>
14+
<dependency id="datatables.net-se" version="1.11.5"/>
1515
</dependencies>
1616
<contentFiles>
1717
<files include="**/*" buildAction="Content"/>
@@ -26,8 +26,6 @@
2626
<file src="css/keyTable.semanticui.css" target="contentFiles\any\any\wwwroot\css"/>
2727
<file src="css/keyTable.semanticui.min.css" target="content\Content"/>
2828
<file src="css/keyTable.semanticui.min.css" target="contentFiles\any\any\wwwroot\css"/>
29-
<file src="types/keyTable.semanticUI.d.ts" target="content\Scripts"/>
30-
<file src="types/keyTable.semanticUI.d.ts" target="contentFiles\any\any\wwwroot\js"/>
3129
</files>
3230
</package>
3331

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
],
1313
"keywords": [
1414
"KeyTable",
15-
"Excel",
16-
"keyboard",
17-
"Spreadsheet",
15+
"Excel",
16+
"keyboard",
17+
"Spreadsheet",
1818
"Semantic",
19-
"SemanticUI",
20-
"Semantic UI",
19+
"SemanticUI",
20+
"Semantic UI",
2121
"Datatables",
2222
"jQuery",
2323
"table",
@@ -26,7 +26,7 @@
2626
],
2727
"dependencies": {
2828
"datatables.net-keytable": ">=2.6.4",
29-
"datatables.net-se": ">=1.11.3",
29+
"datatables.net-se": ">=1.11.5",
3030
"jquery": ">=1.7"
3131
},
3232
"moduleType": [
@@ -50,4 +50,4 @@
5050
"type": "git",
5151
"url": "https://github.com/DataTables/Dist-DataTables-KeyTable-SemanticUI.git"
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)