]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
fix "main" file path in bower.json 2237/head
authorTroy Warr <troy3000@gmail.com>
Sun, 10 Apr 2016 23:59:03 +0000 (18:59 -0500)
committerTroy Warr <troy3000@gmail.com>
Sun, 10 Apr 2016 23:59:03 +0000 (18:59 -0500)
bower.json

index f8593af4541f742f732147856c8b6bd910623496..304219a13b062821f916e4901e95711083469689 100644 (file)
@@ -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
+}