summaryrefslogtreecommitdiff
path: root/examples/hackernews
diff options
context:
space:
mode:
authorGravatar Chris Swithinbank <swithinbank@gmail.com> 2024-03-08 01:45:27 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-08 01:45:27 +0100
commitb6ccaa6dc76027f4230d6e7dfecc75b5d8b97267 (patch)
tree83f448c854e07321d6c182721c4062b652cf28c4 /examples/hackernews
parent76c21b19d2dfe8fba570593124cc2989c6179ba4 (diff)
downloadastro-b6ccaa6dc76027f4230d6e7dfecc75b5d8b97267.tar.gz
astro-b6ccaa6dc76027f4230d6e7dfecc75b5d8b97267.tar.zst
astro-b6ccaa6dc76027f4230d6e7dfecc75b5d8b97267.zip
Revert "[ci] release (#10359)" (#10363)
This reverts commit 76c21b19d2dfe8fba570593124cc2989c6179ba4.
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 89930a13a..c0c62c73b 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^8.2.3",
- "astro": "^4.4.15"
+ "astro": "^4.4.14"
}
}