Skip to content

Commit

Permalink
Remove gcd-cli from bin
Browse files Browse the repository at this point in the history
  • Loading branch information
knutkirkhorn authored Feb 15, 2022
1 parent dac9607 commit 3936403
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "1.0.3",
"description": "Get the greatest common devisor of two numbers",
"bin": {
"gcd": "cli.js",
"gcd-cli": "cli.js"
"gcd": "cli.js"
},
"scripts": {
"test": "ava",
Expand Down

0 comments on commit 3936403

Please sign in to comment.