Merge pull request #136 from tejens/master
Add registry and package override for DataTables
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"directories": {
|
||||||
|
"lib": "media"
|
||||||
|
},
|
||||||
|
"main": "js/jquery.dataTables",
|
||||||
|
"registry": "jspm",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "^1.11.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -73,6 +73,7 @@
|
|||||||
"crypto": "github:jspm/nodelibs-crypto",
|
"crypto": "github:jspm/nodelibs-crypto",
|
||||||
"curl": "github:cujojs/curl",
|
"curl": "github:cujojs/curl",
|
||||||
"d3": "github:mbostock/d3",
|
"d3": "github:mbostock/d3",
|
||||||
|
"datatables": "github:DataTables/DataTables",
|
||||||
"decimal.js": "github:MikeMcl/decimal.js",
|
"decimal.js": "github:MikeMcl/decimal.js",
|
||||||
"dgram": "github:jspm/nodelibs-dgram",
|
"dgram": "github:jspm/nodelibs-dgram",
|
||||||
"di": "github:angular/di.js",
|
"di": "github:angular/di.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user