From 4cb2a40e7b86389bc4a92dbd51046897706c118d Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Sat, 3 Oct 2015 22:21:47 +0100 Subject: [PATCH] use npm for c3 library see jspm/jspm-cli#1172 --- registry.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry.json b/registry.json index d93159a..607e1b6 100644 --- a/registry.json +++ b/registry.json @@ -175,7 +175,7 @@ "cytoscape":"github:cytoscape/cytoscape.js", "cytoscape.js":"github:cytoscape/cytoscape.js", "d3": "github:mbostock/d3", - "c3": "github:masayuki0812/c3", + "c3": "npm:c3", "datatables": "github:DataTables/DataTables", "debug": "github:visionmedia/debug", "decimal.js": "github:MikeMcl/decimal.js",