summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Matt Kane <m@mk.gg> 2025-04-28 07:51:58 +0100
committerGravatar GitHub <noreply@github.com> 2025-04-28 07:51:58 +0100
commit659904bd999c6abdd62f18230954b7097dcbb7fe (patch)
tree3377369d700ce5d0532b19c348acefc9c3779e05 /examples/hackernews
parent21ca490252c10aec7d6022a5825e26a90d08c07f (diff)
downloadastro-659904bd999c6abdd62f18230954b7097dcbb7fe.tar.gz
astro-659904bd999c6abdd62f18230954b7097dcbb7fe.tar.zst
astro-659904bd999c6abdd62f18230954b7097dcbb7fe.zip
Revert "[ci] release (#13676)" (#13703)
This reverts commit 34cdd9868f026168667a7fbda3a90045b878c0a6.
Diffstat (limited to 'examples/hackernews')
-rw-r--r--examples/hackernews/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 7821e75f3..883419bd6 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -11,6 +11,6 @@
},
"dependencies": {
"@astrojs/node": "^9.2.1",
- "astro": "^5.7.6"
+ "astro": "^5.7.5"
}
}