Skip to content

Commit 83c7554

Browse files
committed
Update typing information for style integrations to use their own type files DD-2628
1 parent 0c52ffe commit 83c7554

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

datatables.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@
1010
"css/responsive.semanticui.min.css"
1111
],
1212
"types": [
13-
"types/responsive.semanticUI.d.ts",
14-
"types/types.d.ts"
13+
"types/responsive.semanticui.d.ts"
1514
],
1615
"src-repo": "http://github.com/DataTables/Responsive",
1716
"last-tag": "2.4.1",
18-
"last-sync": "17a12ee7056027d2cfc37e458aaf0137cb3f3d28"
19-
}
17+
"last-sync": ""
18+
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "js/responsive.semanticui.js",
55
"module": "js/responsive.semanticui.mjs",
66
"style": "css/responsive.semanticui.css",
7-
"types": "./types/types.d.ts",
7+
"types": "./types/responsive.semanticui.d.ts",
88
"version": "2.4.1",
99
"files": [
1010
"css/**/*.css",
@@ -15,17 +15,17 @@
1515
"keywords": [
1616
"Responsive",
1717
"Semantic",
18-
"SemanticUI",
19-
"Semantic UI",
18+
"SemanticUI",
19+
"Semantic UI",
2020
"Datatables",
2121
"jQuery",
2222
"table",
2323
"filter",
2424
"sort"
2525
],
2626
"dependencies": {
27-
"datatables.net-responsive": ">=2.3.0",
28-
"datatables.net-se": ">=1.12.1",
27+
"datatables.net-responsive": ">=2.4.1",
28+
"datatables.net-se": ">=1.13.4",
2929
"jquery": ">=1.7"
3030
},
3131
"moduleType": [
@@ -49,4 +49,4 @@
4949
"type": "git",
5050
"url": "https://github.com/DataTables/Dist-DataTables-Responsive-SemanticUI.git"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)