Skip to content

Commit 8c780d3

Browse files
committed
fix: Change peerDependency version of chart.js to include older versions
1 parent 422d362 commit 8c780d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"docs:build": "vuepress build docs"
6262
},
6363
"peerDependencies": {
64-
"chart.js": "2.8.x"
64+
"chart.js": ">= 2.5 <= 2.8"
6565
},
6666
"devDependencies": {
6767
"@babel/cli": "^7.0.0-beta.42",

0 commit comments

Comments
 (0)