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 464b9ec commit 1ba7334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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-rc1d",
"version": "3.0.0-rc1e",
"author": "TJ Holowaychuk <tj@learnboost.com>",
"main": "index.js",
"browser": "browser.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test-server": "node test/server.js",
"generate-wpt": "node ./test/wpt/generate.js",
"test-wpt": "mocha test/wpt/generated/*.js",
"install": "prebuild-install -r napi --path build || node-gyp rebuild",
"install": "prebuild-install -r napi || node-gyp rebuild",
"tsd": "tsd"
},
"files": [
Expand Down

0 comments on commit 1ba7334

Please sign in to comment.