Update build & bump version

This commit is contained in:
etimberg 2015-12-27 10:46:08 -05:00
parent 94a8c9a27f
commit 421e610150
4 changed files with 309 additions and 232 deletions

517
Chart.js vendored

File diff suppressed because one or more lines are too long

20
Chart.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "Chart.js",
"version": "2.0.0-beta",
"version": "2.0.0-beta2",
"description": "Simple HTML5 Charts using the canvas element",
"homepage": "https://github.com/nnnick/Chart.js",
"author": "nnnick",

View File

@ -2,7 +2,7 @@
"name": "chart.js",
"homepage": "http://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "2.0.0-beta",
"version": "2.0.0-beta2",
"main": "Chart.js",
"repository": {
"type": "git",