Skip to content

Commit eaab9a1

Browse files
committed
Include ESM files in Nuget packages
1 parent 007cb73 commit eaab9a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

nuget.nuspec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<license type="expression">MIT</license>
1111
<tags>Semantic SemanticUI Semantic UI Datatables jQuery table</tags>
1212
<dependencies>
13-
<dependency id="datatables.net" version="1.12.1"/>
13+
<dependency id="datatables.net" version="2.3.2"/>
1414
<dependency id="semanticui" version="2.*"/>
1515
</dependencies>
1616
<contentFiles>
@@ -22,6 +22,10 @@
2222
<file src="js/dataTables.semanticui.js" target="contentFiles\any\any\wwwroot\js"/>
2323
<file src="js/dataTables.semanticui.min.js" target="content\Scripts"/>
2424
<file src="js/dataTables.semanticui.min.js" target="contentFiles\any\any\wwwroot\js"/>
25+
<file src="js/dataTables.semanticui.min.mjs" target="content\Scripts"/>
26+
<file src="js/dataTables.semanticui.min.mjs" target="contentFiles\any\any\wwwroot\js"/>
27+
<file src="js/dataTables.semanticui.mjs" target="content\Scripts"/>
28+
<file src="js/dataTables.semanticui.mjs" target="contentFiles\any\any\wwwroot\js"/>
2529
<file src="css/dataTables.semanticui.css" target="content\Content"/>
2630
<file src="css/dataTables.semanticui.css" target="contentFiles\any\any\wwwroot\css"/>
2731
<file src="css/dataTables.semanticui.min.css" target="content\Content"/>

0 commit comments

Comments
 (0)