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 9b29b3b commit 165652fCopy full SHA for 165652f
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "canvas",
3
"description": "Canvas graphics API backed by Cairo",
4
- "version": "2.11.0",
+ "version": "2.11.0-pb",
5
"author": "TJ Holowaychuk <[email protected]>",
6
"main": "index.js",
7
"browser": "browser.js",
@@ -37,7 +37,7 @@
37
"binary": {
38
"module_name": "canvas",
39
"module_path": "build/Release",
40
- "host": "https://github.com/Automattic/node-canvas/releases/download/",
+ "host": "https://github.com/cellengine/node-canvas/releases/download/",
41
"remote_path": "v{version}",
42
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz"
43
},
0 commit comments