From c693fdcd4f3b3586a0fb1da22327c620930f7a3a Mon Sep 17 00:00:00 2001 From: Seth Etter Date: Mon, 15 Jun 2026 11:40:25 -0500 Subject: [PATCH] Typos --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4aef5ab..2528e3a 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "private": true, "type": "module", "scripts": { - "start": "node main.ts", - "once": "node main.ts once", + "start": "node main.ts", + "once": "node main.ts once", "check": "npm run fmt:check && npm run typecheck && npm run lint && npm run test", "test": "node --test", "test:watch": "node --test --watch", -- 2.51.2