From 9decebfe4716e7dff548b5c080ef059aa31c3bc0 Mon Sep 17 00:00:00 2001 From: Pascal Perrenoud Date: Tue, 21 May 2024 16:07:42 +0200 Subject: [PATCH] Remove unused import --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 62b8bb2..193bd06 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "dependencies": { "jose": "^5.3.0", - "log": "git+https://git.pband.ch/typescript/log.git", - "result": "git+https://git.pband.ch/typescript/result.git" + "log": "git+https://git.pband.ch/typescript/log.git" }, "devDependencies": { "@types/bun": "^1.1.2"