Skip to content

Commit

Permalink
chore: add taze to update npm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Sep 19, 2024
1 parent 4658974 commit 55a324b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ See [docs](./docs/README.md).

## Scripts

See [scripts](./scripts/README.md).
See [scripts](./scripts/README.md).
15 changes: 15 additions & 0 deletions taze.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { defineConfig } from "taze";

export default defineConfig({
exclude: [],
install: true,
interactive: true,
packageMode: {
// a regex starts and ends with '/'
"/@types\\//": "latest",
debug: "minor",
taze: "latest",
},
recursive: true,
write: true,
});

0 comments on commit 55a324b

Please sign in to comment.