From 184369944e82b260879151aa08852f0292bbaaa6 Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Fri, 30 Jan 2015 14:39:52 -0700 Subject: [PATCH 1/2] add tablets to the registry --- registry.json | 1 + 1 file changed, 1 insertion(+) 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", From cf5a411360887e4108d284d91a8babc6752dfc1a Mon Sep 17 00:00:00 2001 From: Michael Jeffrey Date: Fri, 30 Jan 2015 14:40:26 -0700 Subject: [PATCH 2/2] TableTools override --- .../github/DataTables/TableTools@2.0.0.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package-overrides/github/DataTables/TableTools@2.0.0.json 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" + } + } +}