Bump deps

This commit is contained in:
Lovell Fuller
2024-07-24 07:59:55 +01:00
parent 490210fc60
commit 7fbb988180
2 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ try {
}
try {
const gyp = require('node-gyp');
log(`Found node-gyp version ${gyp().version}`);
log(`Found node-gyp ${gyp().version}`);
} catch (err) {
log('Please add node-gyp to your dependencies');
return;