mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 04:19:20 +00:00
chore: Jayllyz reduce deps (#151)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { defineConfig } from "bumpp";
|
||||
import fg from "fast-glob";
|
||||
import { globSync } from "tinyglobby";
|
||||
|
||||
export default defineConfig({
|
||||
files: fg.sync(["./packages/*/package.json"]),
|
||||
files: globSync(["./packages/*/package.json"], { expandDirectories: false }),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user