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 0aa2dc0 commit 7f1f1caCopy full SHA for 7f1f1ca
package.json
@@ -20,7 +20,7 @@
20
"scripts": {
21
"BigRedButton": "scripts/BigRedButton",
22
"build": "scripts/preinstall && scripts/build && scripts/postinstall",
23
- "install": "prebuild --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/{version}/{platform}-{arch}.tar.gz",
+ "install": "prebuild --download https://github.com/NodeOS/nodeos-cross-toolchain/releases/download/v{version}/{platform}-{arch}.tar.gz",
24
"test": "scripts/test",
25
"unbuild": "scripts/unbuild"
26
},
0 commit comments