Skip to content

Commit

Permalink
Release 3.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
chartjs-ci committed Mar 12, 2020
1 parent a7fe828 commit a0342fe
Show file tree
Hide file tree
Showing 5 changed files with 25,280 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bower.json
@@ -0,0 +1,16 @@
{
"name": "chart.js",
"description": "Simple HTML5 charts using the canvas element.",
"homepage": "https://www.chartjs.org",
"license": "MIT",
"version": "3.0.0-alpha",
"main": "./dist/Chart.js",
"ignore": [
".github",
".codeclimate.yml",
".gitignore",
".npmignore",
".travis.yml",
"scripts"
]
}

0 comments on commit a0342fe

Please sign in to comment.