Skip to content

Commit 2ed2f60

Browse files
committed
fix: update package binary host
1 parent 7910441 commit 2ed2f60

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,10 @@
4747
],
4848
"binary": {
4949
"module_name": "index",
50-
"module_path": "./lib/v{napi_build_version}",
50+
"module_path": "./lib/v6",
5151
"remote_path": "./v{version}",
52-
"package_name": "{platform}-{arch}-{node_napi_label}-{libc}.tar.gz",
53-
"host": "https://skia-canvas.s3.us-east-1.amazonaws.com",
54-
"napi_versions": [
55-
6
56-
]
52+
"package_name": "{platform}-{arch}-{libc}.tar.gz",
53+
"host": "https://github.com/samizdatco/skia-canvas/releases/download"
5754
},
5855
"keywords": [
5956
"canvas",

0 commit comments

Comments
 (0)