Skip to content

Commit

Permalink
fix(carton): include required file (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilnasy committed Jan 30, 2024
1 parent 162af97 commit 081326b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/happy-boxes-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro-carton": patch
---

Includes a required file previously missing from the NPM package.
3 changes: 2 additions & 1 deletion packages/carton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"files": [
"register.js",
"hooks.js",
"runtime.js"
"runtime.js",
"utils.js"
],
"exports": {
".": "./register.js",
Expand Down

0 comments on commit 081326b

Please sign in to comment.