Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarogh committed Mar 20, 2024
1 parent 25baee4 commit ea59986
Show file tree
Hide file tree
Showing 3 changed files with 815 additions and 2,393 deletions.
1 change: 0 additions & 1 deletion bundler.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { encode as encodeBase64 } from 'base64-arraybuffer';
import chalk from 'chalk';
import { writeFile as fsWriteFile, readFile as fsReadFile } from 'fs/promises';
import fetch from 'node-fetch';
import readline from 'readline';

const { name: moduleName } = JSON.parse(await fsReadFile('package.json', 'utf-8'));
Expand Down
Loading

0 comments on commit ea59986

Please sign in to comment.