From 9fce57597f0b0e343726267121e1308e29cffdc2 Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Thu, 7 Nov 2024 13:51:19 +0100 Subject: [PATCH] chore(package.json): resolutions not needed anymore plebbit-js updated with correct skia-canvas version --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 6c455f45..e93e55e2 100644 --- a/package.json +++ b/package.json @@ -153,8 +153,5 @@ "commitizen": { "path": "./node_modules/cz-conventional-changelog" } - }, - "resolutions": { - "skia-canvas": "1.0.2" } }