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",