Skip to content

Commit d8c3b7e

Browse files
committed
replace glob with tinyglobby
1 parent 607f97b commit d8c3b7e

File tree

3 files changed

+32
-143
lines changed

3 files changed

+32
-143
lines changed

package-lock.json

Lines changed: 30 additions & 141 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"@vitest/ui": "^4.0.0",
3434
"esbuild": "^0.25.0",
3535
"fetch-mock": "^11.0.0",
36-
"glob": "^11.0.0",
3736
"prettier": "3.6.2",
3837
"semantic-release-plugin-update-version-in-files": "^2.0.0",
38+
"tinyglobby": "^0.2.15",
3939
"typescript": "^5.0.0",
4040
"vitest": "^4.0.0"
4141
},

scripts/build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import esbuild from "esbuild";
22
import { copyFile, readFile, writeFile, rm } from "node:fs/promises";
3-
import { glob } from "glob";
3+
import { glob } from "tinyglobby";
44

55
/**
66
* @type {esbuild.BuildOptions}

0 commit comments

Comments
 (0)