Add package override for datatables.

This commit is contained in:
Tejen Shrestha
2015-01-24 12:42:53 -05:00
parent fc68415a67
commit 1342904620
@@ -0,0 +1,10 @@
{
"directories": {
"lib": "media"
},
"main": "js/jquery.dataTables",
"registry": "jspm",
"dependencies": {
"jquery": "^1.11.2"
}
}