From 45ebb095577311e0aa739711047b57908fa5c909 Mon Sep 17 00:00:00 2001 From: Kyle Campbell Date: Tue, 8 Apr 2014 16:48:47 -0700 Subject: [PATCH] include uncompressed --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index f735d60..abf09d2 100644 --- a/component.json +++ b/component.json @@ -7,7 +7,7 @@ "dependencies": {}, "development": {}, "license": "MIT", - "main": "c3.min.js", + "main": "c3.js", "scripts": [ "c3.js" ],