diff --git a/.changeset/little-lions-buy.md b/.changeset/little-lions-buy.md new file mode 100644 index 000000000..05b578359 --- /dev/null +++ b/.changeset/little-lions-buy.md @@ -0,0 +1,5 @@ +--- +"marko": patch +--- + +Expose the v3 legacy helpers properly in the marko package.json diff --git a/packages/marko/package.json b/packages/marko/package.json index a254f2979..7385af447 100644 --- a/packages/marko/package.json +++ b/packages/marko/package.json @@ -47,6 +47,7 @@ "dist", "docs", "src", + "helpers", "browser-refresh.js", "compiler-browser.marko", "compiler.js",