Skip to content

Commit b2cf48a

Browse files
authored
set peerDependencies for chart.js to >= 2.8.0 to match support mentioned in README.md (#48)
Signed-off-by: Jackson Gross <[email protected]>
1 parent 18b2306 commit b2cf48a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"rollup-plugin-terser": "^7.0.2"
5050
},
5151
"peerDependencies": {
52-
"chart.js": "^3.0.0"
52+
"chart.js": ">=2.8.0"
5353
}
5454
}

0 commit comments

Comments
 (0)