Skip to content

Commit

Permalink
Update package.json for N-API build
Browse files Browse the repository at this point in the history
  • Loading branch information
zbjornson committed Dec 28, 2023
1 parent ff0f2ab commit d7f5153
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -40,7 +40,8 @@
"module_path": "build/Release",
"host": "https://github.com/Automattic/node-canvas/releases/download/",
"remote_path": "v{version}",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz"
"napi_versions": [7],
"package_name": "{module_name}-v{napi_build_version}-{platform}-{libc}-{arch}.tar.gz"
},
"files": [
"binding.gyp",
Expand Down

0 comments on commit d7f5153

Please sign in to comment.