Skip to content

Commit 130785f

Browse files
committed
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.
1 parent 8894635 commit 130785f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "canvas",
33
"description": "Canvas graphics API backed by Cairo",
4-
"version": "3.0.0",
4+
"version": "3.0.0-rc2",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"main": "index.js",
77
"browser": "browser.js",
@@ -63,5 +63,8 @@
6363
"engines": {
6464
"node": "^18.12.0 || >= 20.9.0"
6565
},
66+
"binary": {
67+
"napi_versions": [7]
68+
},
6669
"license": "MIT"
6770
}

0 commit comments

Comments
 (0)