Skip to content

Commit 06f73dc

Browse files
committed
Release 2.9.3
1 parent 26ea9f0 commit 06f73dc

File tree

7 files changed

+36984
-0
lines changed

7 files changed

+36984
-0
lines changed

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.3",
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)