Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
imdhemy committed Dec 28, 2024
1 parent a88d58a commit 02d4df6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "@koala-ts/cli",
"version": "0.1.0",
"main": "dist/index.js",
"bin": {
"koala-ts": "dist/index.js"
},
"version": "0.1.0",
"publishConfig": {
"access": "public"
},
"description": "KoalaTs cli",
"homepage": "https://koala-ts.github.io/docs/",
"bugs": {
Expand Down

0 comments on commit 02d4df6

Please sign in to comment.