We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79a0d5 commit 03ed380Copy full SHA for 03ed380
install.js
@@ -4,6 +4,6 @@ const install = require('addon-tools-raub/install');
4
5
6
const prefix = 'https://github.com/node-3d/deps-opengl-raub/releases/download';
7
-const tag = 'v4.1.0';
+const tag = '4.1.0';
8
9
install(`${prefix}/${tag}`);
0 commit comments