Skip to content

Commit

Permalink
fix: Change peerDependency version of chart.js to include older versions
Browse files Browse the repository at this point in the history
  • Loading branch information
apertureless committed Mar 18, 2019
1 parent 422d362 commit 8c780d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"docs:build": "vuepress build docs"
},
"peerDependencies": {
"chart.js": "2.8.x"
"chart.js": ">= 2.5 <= 2.8"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.42",
Expand Down

0 comments on commit 8c780d3

Please sign in to comment.