Skip to content

Commit

Permalink
build: correct package.json config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Sep 5, 2023
1 parent 367bb83 commit 467fafe
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 @@ -6,7 +6,7 @@
"homepage": "https://github.com/ahmadnassri/node-install-group",
"repository": {
"type": "git",
"url": "https://github.com/ahmadnassri/node-install-group.git"
"url": "git+ssh://git@github.com/ahmadnassri/node-install-group.git"
},
"bugs": {
"url": "https://github.com/ahmadnassri/node-install-group/issues"
Expand All @@ -29,7 +29,9 @@
"index.js"
],
"main": "lib/scan.js",
"bin": "index.js",
"bin": {
"install-group": "index.js"
},
"scripts": {
"start": "node src/index.js",
"test": "npm run test:cli -- test",
Expand Down

0 comments on commit 467fafe

Please sign in to comment.