Skip to content

Commit

Permalink
WIP - prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Jun 19, 2024
1 parent 8894635 commit 7510f1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "canvas",
"description": "Canvas graphics API backed by Cairo",
"version": "3.0.0",
"version": "3.0.0-rc1c",
"author": "TJ Holowaychuk <tj@learnboost.com>",
"main": "index.js",
"browser": "browser.js",
Expand Down Expand Up @@ -63,5 +63,8 @@
"engines": {
"node": "^18.12.0 || >= 20.9.0"
},
"binary": {
"napi_versions": [7]
},
"license": "MIT"
}

0 comments on commit 7510f1e

Please sign in to comment.