Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Fix minor issues in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FastAlien committed Feb 18, 2024
1 parent 9894f19 commit 45988fd
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 @@ -4,7 +4,7 @@
"description": "Command line tool to produce single source file from multiple C/C++ files",
"repository": {
"type": "git",
"url": "git@github.com:FastAlien/cpp-merge.git"
"url": "git+ssh://git@github.com/FastAlien/cpp-merge.git"
},
"homepage": "https://github.com/FastAlien/cpp-merge",
"author": "FastAlien (https://github.com/FastAlien)",
Expand All @@ -24,7 +24,9 @@
"test": "jest --coverage --coverageReporters=text",
"prepublishOnly": "yarn build && chmod +x lib/cli.js && yarn lint && yarn test"
},
"bin": "lib/cli.js",
"bin": {
"cpp-merge": "lib/cli.js"
},
"devDependencies": {
"@tsconfig/node10": "^1.0.9",
"@types/jest": "^29.5.12",
Expand Down

0 comments on commit 45988fd

Please sign in to comment.