Skip to content

Commit 9eeae2c

Browse files
author
dtbuild
committed
Package: Remove composer version
1 parent 12aedd9 commit 9eeae2c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "2.3.0",
32
"name": "datatables.net/datatables.net-responsive-se",
43
"description": "In the modern world of responsive web design tables can often cause a particular problem for designers due to their row based layout. Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table. This is Responsive for DataTables with styling for [SemanticUI](https://semantic-ui.com/)",
54
"support": {
@@ -21,8 +20,8 @@
2120
"keywords": [
2221
"Responsive",
2322
"Semantic",
24-
"SemanticUI",
25-
"Semantic UI",
23+
"SemanticUI",
24+
"Semantic UI",
2625
"Datatables",
2726
"jQuery",
2827
"table"
@@ -31,4 +30,4 @@
3130
"datatables.net/datatables.net-responsive": ">=2.3.0",
3231
"datatables.net/datatables.net-se": ">=1.12.1"
3332
}
34-
}
33+
}

0 commit comments

Comments
 (0)