diff options
author | 2022-10-31 11:08:49 -0400 | |
---|---|---|
committer | 2022-10-31 11:08:49 -0400 | |
commit | e6109aa5c06aabc4e093ae3efe1cbb7240c7828a (patch) | |
tree | a1e32a89d836661e70fac484913da4900aa80603 | |
parent | 5016166acf962392bb05fbc88f0a9df2e2a3649e (diff) | |
download | astro-e6109aa5c06aabc4e093ae3efe1cbb7240c7828a.tar.gz astro-e6109aa5c06aabc4e093ae3efe1cbb7240c7828a.tar.zst astro-e6109aa5c06aabc4e093ae3efe1cbb7240c7828a.zip |
Revert "Prevent astro-scripts from being released (#5257)" (#5259)create-astro@1.2.1astro@1.6.2@astrojs/webapi@1.1.1@astrojs/vercel@2.3.3
This reverts commit 4f9391b33f9ec276536039daad65b2c9a2db53ca.
-rw-r--r-- | .changeset/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.changeset/config.json b/.changeset/config.json index 8f845a779..8292fbe07 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -6,5 +6,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@example/*", "@test/*", "astro-scripts"] + "ignore": ["@example/*", "@test/*"] } |