Skip to content

Commit 9bd4cf8

Browse files
committed
Release v2.9.4
1 parent 1d92605 commit 9bd4cf8

File tree

7 files changed

+37026
-0
lines changed

7 files changed

+37026
-0
lines changed

Diff for: bower.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "chart.js",
3+
"description": "Simple HTML5 charts using the canvas element.",
4+
"homepage": "https://www.chartjs.org",
5+
"license": "MIT",
6+
"version": "2.9.4",
7+
"main": "./dist/Chart.js",
8+
"ignore": [
9+
".github",
10+
".codeclimate.yml",
11+
".gitignore",
12+
".npmignore",
13+
".travis.yml",
14+
"scripts"
15+
]
16+
}

0 commit comments

Comments
 (0)