diff options
author | 2025-03-18 13:43:11 +0000 | |
---|---|---|
committer | 2025-03-18 13:43:11 +0000 | |
commit | 91c95034e0d0bd450170623fd8aab4b56b5b1366 (patch) | |
tree | 2536d1e0c92af77cd1c17883b4cd555dba370e12 /examples/hackernews | |
parent | c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9 (diff) | |
download | astro-91c95034e0d0bd450170623fd8aab4b56b5b1366.tar.gz astro-91c95034e0d0bd450170623fd8aab4b56b5b1366.tar.zst astro-91c95034e0d0bd450170623fd8aab4b56b5b1366.zip |
Revert "[ci] release (#13427)" (#13448)
This reverts commit c64ae01697e5f3d72f03fb36dfb5d5e994fb1bc9.
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index f3d31c309..d98b861cb 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.1.3", - "astro": "^5.6.0" + "astro": "^5.5.2" } } |