From 254f9391fa90172edaad93a25b075b1dffe20005 Mon Sep 17 00:00:00 2001 From: Niels Maerten Date: Sat, 4 May 2024 11:58:24 +0000 Subject: [PATCH] chore(pkg): apply pkg fixes --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index adf3cdcb..36ab4202 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,9 @@ "import" ], "main": "dist/index.js", - "bin": "./dist/index.js", + "bin": { + "ynab-buddy": "dist/index.js" + }, "files": [ "dist/", "assets/" @@ -22,7 +24,7 @@ "homepage": "https://github.com/nielsmaerten/ynab-buddy", "repository": { "type": "git", - "url": "https://github.com/nielsmaerten/ynab-buddy" + "url": "git+https://github.com/nielsmaerten/ynab-buddy.git" }, "scripts": { "start": "ts-node ./src/index.ts",