Skip to content

Commit

Permalink
Merge branch 'master' of github.com:DataTables/Dist-DataTables-DataTa…
Browse files Browse the repository at this point in the history
…bles
  • Loading branch information
AllanJard committed Nov 20, 2020
2 parents 4de77c5 + 30324a8 commit d0db6bc
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

{
"name": "datatables.net/datatables.net-dt",
"version": "1.10.21",
"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 the DataTables integration extension for DataTables.",
"homepage": "http://www.datatables.net/",
"authors": [{
"name": "SpryMedia",
"homepage": "https://datatables.net"
}],
"license": [
"MIT"
],
"prefer-stable": true,
"minimum-stability": "dev",
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/Dist-DataTables-DataTables"
},
"keywords": ["DataTables", "jQuery", "table", "DataTables"],
"require": {
"components/jquery":">=3.5.1",
"datatables.net/datatables.net":">=1.10.15"
}
}
98 changes: 98 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added datatables.net-dt.1.10.21.nupkg
Binary file not shown.
24 changes: 24 additions & 0 deletions datatables.net-dt.1.10.21.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>datatables.net-dt</id>
<version>1.10.21</version>
<description>DataTables integration for DataTables</description>
<authors>SpryMedia Ltd</authors>
<projectUrl>http://datatables.net</projectUrl>
<license type="expression">MIT</license>
<tags> DataTables jQuery table DataTables</tags>
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-DataTables.git"/>
<dependencies>
<dependency id="jquery" version="1.7.0"/>
<dependency id="datatables.net" version="1.10.15"/>
<dependency id="datatables" version="1.10.15"/>
</dependencies>
</metadata>
<files>
<file src="js/datatables.datatables.js"/>
<file src="js/datatables.datatables.min.js"/>
<file src="css/datatables.datatables.css"/>
<file src="css/datatables.datatables.min.css"/>
</files>
</package>

0 comments on commit d0db6bc

Please sign in to comment.