Skip to content

Commit

Permalink
chore(create-stapler-app): point to .mjs file
Browse files Browse the repository at this point in the history
  • Loading branch information
Pmejna committed Oct 29, 2024
1 parent 034dd2a commit 9f05326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/short-waves-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tonik/create-stapler-app': patch
---

Point to mjs bin file
2 changes: 1 addition & 1 deletion packages/create-stapler-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0-alpha.9",
"main": "./dist/index.js",
"bin": {
"create-stapler-app": "./dist/index.js"
"create-stapler-app": "./dist/index.mjs"
},
"scripts": {
"build": "tsup index.ts --out-dir dist --format esm"
Expand Down

0 comments on commit 9f05326

Please sign in to comment.