Skip to content

Commit

Permalink
fix bin field
Browse files Browse the repository at this point in the history
  • Loading branch information
LorisSigrist committed May 22, 2024
1 parent 665d2f2 commit fbac297
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/dry-drinks-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@inlang/paraglide-sveltekit": patch
---

Fix `bin` field in `package.json`
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dist"
],
"bin": {
"paraglide-sveltekit": "./bin/run.mjs"
"paraglide-sveltekit": "./bin/run.js"
},
"exports": {
".": {
Expand Down

0 comments on commit fbac297

Please sign in to comment.