Merge pull request #15655 from tamuratak/move_canvas_to_optionaldeps

Move canvas to optionalDependencies
This commit is contained in:
Jonas Jenwald 2022-11-02 09:49:04 +01:00 committed by GitHub
commit 2ae90f9615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2168,8 +2168,10 @@ function packageJson() {
homepage: DIST_HOMEPAGE,
bugs: DIST_BUGS_URL,
license: DIST_LICENSE,
dependencies: {
optionalDependencies: {
canvas: "^2.10.1",
},
dependencies: {
"web-streams-polyfill": "^3.2.1",
},
browser: {