Skip to content

Commit

Permalink
Fix build script and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy committed Dec 5, 2023
1 parent 3fd9fea commit dafe5a3
Show file tree
Hide file tree
Showing 3 changed files with 535 additions and 659 deletions.
2 changes: 2 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const fs = require("fs").promises;

const glob = require("glob");

const cheerio = require("cheerio");

const content = `
Expand Down
Loading

0 comments on commit dafe5a3

Please sign in to comment.