diff --git a/package-overrides/github/DataTables/Responsive@1.0.4.json b/package-overrides/github/DataTables/Responsive@1.0.4.json new file mode 100644 index 0000000..f3b42d9 --- /dev/null +++ b/package-overrides/github/DataTables/Responsive@1.0.4.json @@ -0,0 +1,22 @@ +{ + "main": "js/dataTables.responsive", + "dependencies": { + "datatables": "*", + "jquery": "*", + "css": "*" + }, + "format": "global", + "files": [ + "js/dataTables.responsive.js", + "css/dataTables.responsive.css" + ], + "shim": { + "js/dataTables.responsive":{ + "deps": [ + "datatables", + "jquery", + "../css/dataTables.responsive.css!" + ] + } + } +} \ No newline at end of file