Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Jun 28, 2024
1 parent c37986b commit 1938de7
Show file tree
Hide file tree
Showing 3 changed files with 804 additions and 1,269 deletions.
4 changes: 2 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import esbuild from "esbuild"
import glob from "glob"
import { globSync as glob } from "glob"
import checker from "license-checker"
import fs from "fs"
const readFile = fs.promises.readFile
Expand All @@ -16,7 +16,7 @@ import ifdef from "esbuild-plugin-ifdef";

// Node ESM build
await esbuild.build({
entryPoints: glob.sync(`${sourceFolder}/**/*.js`),
entryPoints: glob(`${sourceFolder}/**/*.js`),
platform: "node",
format: "esm",
outdir: `${targetFolder}/esm`,
Expand Down
Loading

0 comments on commit 1938de7

Please sign in to comment.