Skip to content

Commit

Permalink
Update Node deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 15, 2024
1 parent e516ebc commit b1b5ad4
Show file tree
Hide file tree
Showing 3 changed files with 1,073 additions and 440 deletions.
2 changes: 1 addition & 1 deletion npm-scripts.mjs
Expand Up @@ -4,7 +4,7 @@ import * as fs from 'node:fs';
import * as path from 'node:path';
import { execSync } from 'node:child_process';
import fetch from 'node-fetch';
import tar from 'tar';
import * as tar from 'tar';
import * as ini from 'ini';

const PKG = JSON.parse(
Expand Down

0 comments on commit b1b5ad4

Please sign in to comment.