From 38774e9917368fef1fad43d8d18d7d2823ccda19 Mon Sep 17 00:00:00 2001 From: Kyle Campbell Date: Tue, 8 Apr 2014 13:18:48 -0700 Subject: [PATCH 1/4] added component.json --- component.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..ed667d1 --- /dev/null +++ b/component.json @@ -0,0 +1,14 @@ +{ + "name": "c3", + "repo": "masayuki0812/c3", + "description": "A D3-based reusable chart library", + "version": "0.0.1", + "keywords": [], + "dependencies": {}, + "development": {}, + "license": "MIT", + "main": "c3.min.js", + "scripts": [ + "c3.min.js" + ] +} From 8dd53d7cd37d544204c9ff697c6dea936f3e2af2 Mon Sep 17 00:00:00 2001 From: Kyle Campbell Date: Tue, 8 Apr 2014 13:27:48 -0700 Subject: [PATCH 2/4] added css to component --- component.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/component.json b/component.json index ed667d1..e759c8f 100644 --- a/component.json +++ b/component.json @@ -10,5 +10,8 @@ "main": "c3.min.js", "scripts": [ "c3.min.js" + ], + "styles": [ + "c3.css" ] } From bf94ca8ad9f02f3dd676495e6598615dda20af85 Mon Sep 17 00:00:00 2001 From: Kyle Campbell Date: Tue, 8 Apr 2014 16:47:19 -0700 Subject: [PATCH 3/4] include uncompressed --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index e759c8f..f735d60 100644 --- a/component.json +++ b/component.json @@ -9,7 +9,7 @@ "license": "MIT", "main": "c3.min.js", "scripts": [ - "c3.min.js" + "c3.js" ], "styles": [ "c3.css" From 45ebb095577311e0aa739711047b57908fa5c909 Mon Sep 17 00:00:00 2001 From: Kyle Campbell Date: Tue, 8 Apr 2014 16:48:47 -0700 Subject: [PATCH 4/4] 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" ],