From: Troy Warr Date: Sun, 10 Apr 2016 23:59:03 +0000 (-0500) Subject: fix "main" file path in bower.json X-Git-Tag: v2.0.1~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2237%2Fhead;p=thirdparty%2FChart.js.git fix "main" file path in bower.json --- diff --git a/bower.json b/bower.json index f8593af45..304219a13 100644 --- a/bower.json +++ b/bower.json @@ -5,9 +5,9 @@ "homepage": "https://github.com/nnnick/Chart.js", "author": "nnnick", "main": [ - "Chart.js" + "dist/Chart.js" ], "devDependencies": { "jquery": "~2.1.4" } -} \ No newline at end of file +}