Skip to content

Commit 7ab9770

Browse files
committed
Update install tag
1 parent b1295f2 commit 7ab9770

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ const install = require('addon-tools-raub/install');
44

55

66
const prefix = 'https://github.com/node-3d/deps-freeimage-raub/releases/download';
7-
const tag = 'v3.0.0-pre';
7+
const tag = 'v3.0.0';
88

99
install(`${prefix}/${tag}`);

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
"test-coverage": "rm -rf doc/jest && jest --coverage --silent"
4343
},
4444
"jest": {
45-
"moduleFileExtensions": [
46-
"js"
47-
],
45+
"testEnvironment": "node",
4846
"testMatch": [
4947
"**/*.test.js"
5048
],

0 commit comments

Comments
 (0)