Skip to content

Commit

Permalink
chore(pkg): apply pkg fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsmaerten committed May 4, 2024
1 parent 9147efd commit 254f939
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"import"
],
"main": "dist/index.js",
"bin": "./dist/index.js",
"bin": {
"ynab-buddy": "dist/index.js"
},
"files": [
"dist/",
"assets/"
Expand All @@ -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",
Expand Down

0 comments on commit 254f939

Please sign in to comment.