From 7ea27c7a145b7e1d7c907c853a151715a15f2dab Mon Sep 17 00:00:00 2001 From: silverwind Date: Fri, 16 Feb 2024 03:35:56 +0100 Subject: [PATCH] tweak package paths --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 59ae7c5..1de3331 100644 --- a/package.json +++ b/package.json @@ -5,13 +5,13 @@ "author": "silverwind", "repository": "silverwind/updates", "license": "BSD-2-Clause", - "bin": "./bin/updates.js", + "bin": "bin/updates.js", "type": "module", "engines": { "node": ">=18" }, "files": [ - "./bin/updates.js" + "bin/updates.js" ], "devDependencies": { "@iarna/toml": "2.2.5",