Skip to content

Commit

Permalink
Update bin file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalkulkarni committed Jan 11, 2024
1 parent 2ad16af commit 26bbe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blackjack21",
"version": "1.0.3",
"version": "1.0.4",
"description": "Blackjack on command line",
"type": "module",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/prajwalkulkarni/cli-blackjack/issues"
},
"homepage": "https://github.com/prajwalkulkarni/cli-blackjack#readme",
"bin": "./bin.js",
"bin": "./bin.cjs",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 26bbe7f

Please sign in to comment.