Merge pull request #369 from smajl/patch-1
Add CSV.js registry and override
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"format": "global",
|
||||||
|
"shim": {
|
||||||
|
"csv": {
|
||||||
|
"exports": "CSV"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -117,6 +117,7 @@
|
|||||||
"chronoman": "npm:chronoman",
|
"chronoman": "npm:chronoman",
|
||||||
"cluster": "github:jspm/nodelibs-cluster",
|
"cluster": "github:jspm/nodelibs-cluster",
|
||||||
"cola": "github:cujojs/cola",
|
"cola": "github:cujojs/cola",
|
||||||
|
"comma-separated-values": "github:knrz/CSV.js",
|
||||||
"console": "github:jspm/nodelibs-console",
|
"console": "github:jspm/nodelibs-console",
|
||||||
"constants": "github:jspm/nodelibs-constants",
|
"constants": "github:jspm/nodelibs-constants",
|
||||||
"core-js": "npm:core-js",
|
"core-js": "npm:core-js",
|
||||||
|
|||||||
Reference in New Issue
Block a user