We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0f2ab commit 57b9b23Copy full SHA for 57b9b23
lib/bindings.js
@@ -1,6 +1,6 @@
1
'use strict'
2
3
-const bindings = require('../build/Release/canvas.node')
+const bindings = require('../build/Release/napi-v7/canvas.node')
4
5
module.exports = bindings
6
package.json
@@ -40,7 +40,8 @@
40
"module_path": "build/Release",
41
"host": "https://github.com/Automattic/node-canvas/releases/download/",
42
"remote_path": "v{version}",
43
- "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz"
+ "napi_versions": [7],
44
+ "package_name": "{module_name}-v{napi_build_version}-{platform}-{libc}-{arch}.tar.gz"
45
},
46
"files": [
47
"binding.gyp",
0 commit comments