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 b1295f2 commit 7ab9770Copy full SHA for 7ab9770
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 = 'v3.0.0-pre';
+const tag = 'v3.0.0';
8
9
install(`${prefix}/${tag}`);
package.json
@@ -42,9 +42,7 @@
42
"test-coverage": "rm -rf doc/jest && jest --coverage --silent"
43
},
44
"jest": {
45
- "moduleFileExtensions": [
46
- "js"
47
- ],
+ "testEnvironment": "node",
48
"testMatch": [
49
"**/*.test.js"
50
],
0 commit comments