diff --git a/bun.lockb b/bun.lockb index c6ca6e9..b52d401 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6418243..67ed78a 100644 --- a/package.json +++ b/package.json @@ -50,13 +50,11 @@ "publish-browser-extension": "^1.4.1", "simple-git-hooks": "^2.9.0", "tailwindcss": "^3.3.3", - "tsx": "^3.12.10", "typescript": "^5.6.3", "unplugin-icons": "^0.19.3", "vitest": "^2.1.3", "vue": "^3.4.21", "vue-tsc": "^2.1.6", - "webextension-polyfill": "0.12.0", "wxt": "^0.19.11" }, "simple-git-hooks": { diff --git a/scripts/utils.ts b/scripts/utils.ts deleted file mode 100644 index 6463e1e..0000000 --- a/scripts/utils.ts +++ /dev/null @@ -1,10 +0,0 @@ -export function done() { - console.log(`${green("✓")} Done.`); -} - -export function green(text: string): string { - return `\x1b[32m${text}\x1b[0m`; -} -export function cyan(text: string): string { - return `\x1b[36m${text}\x1b[0m`; -}