Merge pull request #147 from michaeldjeffrey/master

Add DataTables TableToolst to registry
This commit is contained in:
Guy Bedford
2015-01-31 00:05:54 +02:00
2 changed files with 19 additions and 0 deletions
@@ -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"
}
}
}
+1
View File
@@ -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",