We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737b74a commit 31e03f9Copy full SHA for 31e03f9
1 file changed
nuget.nuspec
@@ -21,6 +21,10 @@
21
<file src="js/dataTables.js" target="contentFiles\any\any\wwwroot\js"/>
22
<file src="js/dataTables.min.js" target="content\Scripts"/>
23
<file src="js/dataTables.min.js" target="contentFiles\any\any\wwwroot\js"/>
24
+ <file src="js/dataTables.min.mjs" target="content\Scripts"/>
25
+ <file src="js/dataTables.min.mjs" target="contentFiles\any\any\wwwroot\js"/>
26
+ <file src="js/dataTables.mjs" target="content\Scripts"/>
27
+ <file src="js/dataTables.mjs" target="contentFiles\any\any\wwwroot\js"/>
28
</files>
29
</package>
30
0 commit comments