Skip to content

Commit

Permalink
Release 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Mar 7, 2024
1 parent 6c9c2ab commit 4840940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"ignore": [],
"dependencies": {
"jquery": ">=1.7.0",
"datatables": ">=1.10.15"
"datatables": "^2"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datatables.net-plugins",
"version": "1.13.6",
"version": "2.0.2",
"description": "Various small plug-ins for DataTables including feature, ordering, search and internationalisation plug-ins.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -22,7 +22,7 @@
"homepage": "https://datatables.net/plug-ins",
"dependencies": {
"@types/jquery": "^3.5.16",
"datatables.net": "^1.13.2"
"datatables.net": "^2"
},
"devDependencies": {
"prettier-plugin-x": "^0.0.10",
Expand Down

0 comments on commit 4840940

Please sign in to comment.