From b865fd317aa24d89d881bcb31d376ef6f0df10fa Mon Sep 17 00:00:00 2001 From: William Entriken Date: Mon, 2 Feb 2015 16:56:43 -0500 Subject: [PATCH] Fixes #901 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 10a5ce5f6..8ee1146de 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "homepage": "https://github.com/nnnick/Chart.js", "author": "nnnick", "main": [ - "Chart.min.js" + "Chart.js" ], "dependencies": {} -} \ No newline at end of file +}