Skip to content

Commit

Permalink
Fixed create-kita entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Apr 1, 2024
1 parent baa3236 commit d31eed5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tender-parents-prove.md
@@ -0,0 +1,5 @@
---
'create-kita': patch
---

Fixed create-kita entrypoint
5 changes: 3 additions & 2 deletions packages/create-kita/package.json
Expand Up @@ -14,10 +14,11 @@
"funding": "https://github.com/sponsors/arthurfiorette",
"license": "MIT",
"author": "Arthur Fiorette <kita@arthur.place>",
"main": "bin/run",
"main": "index.js",
"bin": "bin/run",
"files": [
"bin"
"bin",
"index.js"
],
"scripts": {
"test": "tsc --noEmit"
Expand Down

0 comments on commit d31eed5

Please sign in to comment.