diff --git a/package-overrides/github/DataTables/TableTools@2.0.0.json b/package-overrides/github/DataTables/TableTools@2.0.0.json new file mode 100644 index 0000000..7f5671f --- /dev/null +++ b/package-overrides/github/DataTables/TableTools@2.0.0.json @@ -0,0 +1,18 @@ +{ + "directories": { + "lib": "src" + }, + "main": "dataTables.tableTools", + "dependencies": { + "jquery": "*", + "datatables": "^1.9.0" + }, + "registry": "jspm", + "shim": { + "dataTables.tableTools": { + "deps": ["jquery", "datatables"], + "imports": "jquery", + "exports": "TableTools" + } + } +} diff --git a/registry.json b/registry.json index 90bc105..82c138d 100644 --- a/registry.json +++ b/registry.json @@ -170,6 +170,7 @@ "spin": "github:fgnass/spin.js", "stream": "github:jspm/nodelibs-stream", "string_decoder": "github:jspm/nodelibs-string_decoder", + "tabletools": "github:DataTables/TableTools", "theseus": "npm:theseus", "theseus-angular": "npm:theseus-angular", "timers": "github:jspm/nodelibs-timers",