summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2024-03-05 16:47:15 -0800
committerGravatar GitHub <noreply@github.com> 2024-03-05 16:47:15 -0800
commitf2e60a96754ed1d86001fe4d5d3a0c0ef657408d (patch)
tree93bb04d0b6306ee78233e4a8fd21698f8c4c5dfc /examples/hackernews
parentdd3935b31cbe637a5354e76706c860848512b658 (diff)
downloadastro-f2e60a96754ed1d86001fe4d5d3a0c0ef657408d.tar.gz
astro-f2e60a96754ed1d86001fe4d5d3a0c0ef657408d.tar.zst
astro-f2e60a96754ed1d86001fe4d5d3a0c0ef657408d.zip
Revert bad release (#10336)
* Revert "[ci] release (#10332)" This reverts commit dd3935b31cbe637a5354e76706c860848512b658. * Revert "[ci] set `--tag` on release (#10323)" This reverts commit 50215ae7317e7deadbc889123a7c749e653524a5.
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 c7d235fb0..7bf332ccf 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^8.2.3",
- "astro": "^4.4.12"
+ "astro": "^4.4.11"
}
}