diff options
author | 2022-03-20 21:01:42 -0700 | |
---|---|---|
committer | 2022-03-20 21:01:42 -0700 | |
commit | 935e6fa0c884d7f71129f36c0ac27607ee8281b2 (patch) | |
tree | 33c0a4a07383b44d5b14d88a606857db23fc75d6 /examples/blog | |
parent | 5df8d68094badb72f58c7fc93438ec85ac843040 (diff) | |
download | astro-935e6fa0c884d7f71129f36c0ac27607ee8281b2.tar.gz astro-935e6fa0c884d7f71129f36c0ac27607ee8281b2.tar.zst astro-935e6fa0c884d7f71129f36c0ac27607ee8281b2.zip |
Revert "[ci] release (next) (#2838)"
This reverts commit 5df8d68094badb72f58c7fc93438ec85ac843040.
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 2fa4136cf..2ba6740f3 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.25.0-next.1", + "astro": "^0.25.0-next.0", "@astrojs/preact": "^0.0.1" }, "dependencies": { |