Skip to content

Commit

Permalink
publish v3.0.0-rc2
Browse files Browse the repository at this point in the history
-rc1 never really existed, but I created the tag and don't want to delete it in case someone is installing from github.
  • Loading branch information
zbjornson committed Jun 20, 2024
1 parent 8894635 commit 130785f
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-rc2",
"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 130785f

Please sign in to comment.