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 b13110c commit e429660Copy full SHA for e429660
install.js
@@ -4,6 +4,6 @@ const install = require('addon-tools-raub/install');
4
5
6
const prefix = 'https://github.com/node-3d/deps-freeimage-raub/releases/download';
7
-const tag = 'v2.0.0';
+const tag = 'v3.0.0-pre';
8
9
install(`${prefix}/${tag}`);
0 commit comments