Skip to content

Commit

Permalink
Update for Chart.js-3.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Jul 20, 2020
1 parent 8b0ba34 commit b8fd9ae
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^7.1.3",
"chart.js": "^3.0.0-alpha.2",
"date-fns": "^2.15.0",
"eslint-config-chartjs": "^0.1.0",
"rollup": "^1.32.1",
"rollup-plugin-terser": "^5.3.0"
},
"peerDependencies": {
"chart.js": "^3.0.0-alpha"
}
"chart.js": "^3.0.0-alpha.2"
},
"dependencies": {}
}
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Chart from 'chart.js';
import { Chart } from 'chart.js';
import {
parse, parseISO, toDate, isValid, format,
startOfSecond, startOfMinute, startOfHour, startOfDay,
Expand Down

0 comments on commit b8fd9ae

Please sign in to comment.