Package.json for v.2.2.0-rc.1 and fixed travis deploy

This commit is contained in:
Evert Timberg 2016-07-13 20:00:12 -04:00
parent bfa37e7d68
commit 5804f1e3c9
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@ deploy:
- "./dist/Chart.bundle.min.js"
- "./dist/Chart.js"
- "./dist/Chart.min.js"
- "./dist/Chart.js.zip"
skip_cleanup: true
on:
tags: true

View File

@ -2,7 +2,7 @@
"name": "chart.js",
"homepage": "http://www.chartjs.org",
"description": "Simple HTML5 charts using the canvas element.",
"version": "2.1.6",
"version": "2.2.0-rc.1",
"license": "MIT",
"main": "src/chart.js",
"repository": {