Skip to content

Commit

Permalink
fix: remove private field from tags packages (#2136)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Mar 4, 2024
1 parent e90d7c9 commit 6546c68
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changeset/swift-cooks-collect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@marko/translator-interop-class-tags": patch
"@marko/translator-tags": patch
"@marko/runtime-tags": patch
---

Remove private field from package.json
1 change: 0 additions & 1 deletion packages/runtime-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@marko/runtime-tags",
"version": "0.1.0",
"private": true,
"description": "Optimized runtime for Marko templates.",
"exports": {
"./*": "./src/*.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/translator-interop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@marko/translator-interop-class-tags",
"version": "0.1.0",
"private": true,
"description": "Combines the Class API translator from Marko 5 and the Tags API translator from Marko 6",
"keywords": [
"babel",
Expand Down
1 change: 0 additions & 1 deletion packages/translator-tags/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@marko/translator-tags",
"version": "0.1.0",
"private": true,
"description": "Translates Marko templates to the experimental fast, lean, unified, update & render target.",
"keywords": [
"babel",
Expand Down

0 comments on commit 6546c68

Please sign in to comment.