fix: remove stray skills watcher bracket

This commit is contained in:
Peter Steinberger
2026-01-17 08:15:21 +00:00
parent a2a6893566
commit f172ccfcf6

View File

@@ -31,7 +31,6 @@ export const DEFAULT_SKILLS_WATCH_IGNORED: RegExp[] = [
/(^|[\\/])node_modules([\\/]|$)/,
/(^|[\\/])dist([\\/]|$)/,
];
];
function bumpVersion(current: number): number {
const now = Date.now();