Skip to content

Commit 87c8f51

Browse files
committed
Merge pull request #2237 from troywarr/v2.0-dev
Fix "main" file path in bower.json
2 parents 00004fd + 5fa6003 commit 87c8f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"homepage": "https://github.com/nnnick/Chart.js",
66
"author": "nnnick",
77
"main": [
8-
"Chart.js"
8+
"dist/Chart.js"
99
],
1010
"devDependencies": {
1111
"jquery": "~2.1.4"
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)