From 48c58c6f521d97220da33f43aa552a861b646df6 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Mon, 29 Jul 2024 16:25:04 +0200 Subject: [PATCH] fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 023ef46..32ce82a 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "logger-file": "git+https://git.pband.ch/typescript/logger-file.git" }, "devDependencies": { - "@types/bun": "^1.1.2", + "@types/bun": "^1.1.2" } }