Skip to content

Commit 53c7fe7

Browse files
committed
3.0.1
1 parent 1817109 commit 53c7fe7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
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.1",
55
"author": "TJ Holowaychuk <[email protected]>",
66
"main": "index.js",
77
"browser": "browser.js",
@@ -64,7 +64,9 @@
6464
"node": "^18.12.0 || >= 20.9.0"
6565
},
6666
"binary": {
67-
"napi_versions": [7]
67+
"napi_versions": [
68+
7
69+
]
6870
},
6971
"license": "MIT"
7072
}

0 commit comments

Comments
 (0)