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 1ee711e commit 4f73eab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
@@ -1,5 +1,5 @@
{
"version": "1.11.3",
"version": "1.11.5",
"name": "datatables.net/datatables.net",
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is jQuery DataTables",
"support": {
Expand Down
2 changes: 0 additions & 2 deletions nuget.nuspec
Expand Up @@ -21,8 +21,6 @@
<file src="js/jquery.dataTables.js" target="contentFiles\any\any\wwwroot\js"/>
<file src="js/jquery.dataTables.min.js" target="content\Scripts"/>
<file src="js/jquery.dataTables.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
Expand Up @@ -39,4 +39,4 @@
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables.git"
}
}
}

0 comments on commit 4f73eab

Please sign in to comment.