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 62e5581 commit ded0fc7
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 @@ -25,6 +25,6 @@
"table"
],
"require": {
"datatables.net/datatables.net": ">=1.11.3"
"datatables.net/datatables.net": ">=1.11.5"
}
}
4 changes: 1 addition & 3 deletions nuget.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<license type="expression">MIT</license>
<tags>Responsive Datatables jQuery table</tags>
<dependencies>
<dependency id="datatables.net" version="1.11.3"/>
<dependency id="datatables.net" version="1.11.5"/>
</dependencies>
<contentFiles>
<files include="**/*" buildAction="Content"/>
Expand All @@ -21,8 +21,6 @@
<file src="js/dataTables.responsive.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/dataTables.responsive.min.js" target="content\Scripts"/>
<file src="js/dataTables.responsive.min.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="types/types.d.ts" target="content\Scripts"/>
<file src="types/types.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 @@ -17,7 +17,7 @@
"sort"
],
"dependencies": {
"datatables.net": ">=1.11.3",
"datatables.net": ">=1.11.5",
"jquery": ">=1.7"
},
"moduleType": [
Expand Down

0 comments on commit ded0fc7

Please sign in to comment.