From 130785fa1db9464e558755ff2a3bf60606ec7b8a Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Wed, 19 Jun 2024 16:42:51 -0700 Subject: [PATCH] publish v3.0.0-rc2 -rc1 never really existed, but I created the tag and don't want to delete it in case someone is installing from github. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c4e340972..371b0767b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "canvas", "description": "Canvas graphics API backed by Cairo", - "version": "3.0.0", + "version": "3.0.0-rc2", "author": "TJ Holowaychuk ", "main": "index.js", "browser": "browser.js", @@ -63,5 +63,8 @@ "engines": { "node": "^18.12.0 || >= 20.9.0" }, + "binary": { + "napi_versions": [7] + }, "license": "MIT" }