Skip to content

Commit f8fa705

Browse files
author
dtbuild
committed
Package: Remove composer version
1 parent fb91c9d commit f8fa705

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "1.1.1",
32
"name": "datatables.net/datatables.net-staterestore-jqui",
43
"description": "The StateRestore extension for DataTables builds on the `stateSave` option within DataTable's core. This allows users to save multiple different states and reload them at any time, not just at initialisation. This is StateRestore for DataTables with styling for [jQueryUI](http://jqueryui.com/)",
54
"support": {
@@ -20,11 +19,11 @@
2019
"minimum-stability": "dev",
2120
"keywords": [
2221
"StateRestore",
23-
"stateSave",
24-
"state",
25-
"reload",
22+
"stateSave",
23+
"state",
24+
"reload",
2625
"jQuery UI",
27-
"jQueryUI",
26+
"jQueryUI",
2827
"Datatables",
2928
"jQuery",
3029
"table"
@@ -33,4 +32,4 @@
3332
"datatables.net/datatables.net-staterestore": ">=1.1.1",
3433
"datatables.net/datatables.net-jqui": ">=1.12.1"
3534
}
36-
}
35+
}

0 commit comments

Comments
 (0)