Merge pull request #369 from smajl/patch-1

Add CSV.js registry and override
This commit is contained in:
Guy Bedford
2015-05-03 19:52:41 +02:00
2 changed files with 9 additions and 0 deletions
@@ -0,0 +1,8 @@
{
"format": "global",
"shim": {
"csv": {
"exports": "CSV"
}
}
}
+1
View File
@@ -117,6 +117,7 @@
"chronoman": "npm:chronoman",
"cluster": "github:jspm/nodelibs-cluster",
"cola": "github:cujojs/cola",
"comma-separated-values": "github:knrz/CSV.js",
"console": "github:jspm/nodelibs-console",
"constants": "github:jspm/nodelibs-constants",
"core-js": "npm:core-js",