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 5e08305 commit 0f122f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
],
"require": {
"datatables.net/datatables.net-responsive": ">=2.2.9",
"datatables.net/datatables.net-jqui": ">=1.11.3"
"datatables.net/datatables.net-jqui": ">=1.11.5"
}
}
4 changes: 1 addition & 3 deletions nuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<tags>Responsive jQuery UI jQueryUI Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net-responsive" version="2.2.9"/>
<dependency id="datatables.net-jqui" version="1.11.3"/>
<dependency id="datatables.net-jqui" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -26,8 +26,6 @@
<file src="css/responsive.jqueryui.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="css/responsive.jqueryui.min.css" target="content\Content"/>
<file src="css/responsive.jqueryui.min.css" target="contentFiles\any\any\wwwroot\css"/>
<file src="types/responsive.jQueryUI.d.ts" target="content\Scripts"/>
<file src="types/responsive.jQueryUI.d.ts" target="contentFiles\any\any\wwwroot\js"/>
</files>
</package>

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"dependencies": {
"datatables.net-responsive": ">=2.2.9",
"datatables.net-jqui": ">=1.11.3",
"datatables.net-jqui": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand Down

0 comments on commit 0f122f0

Please sign in to comment.