summaryrefslogtreecommitdiff
path: root/examples/hackernews/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hackernews/package.json')
-rw-r--r--examples/hackernews/package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json
index 9922b58f7..b3e9361e3 100644
--- a/examples/hackernews/package.json
+++ b/examples/hackernews/package.json
@@ -5,13 +5,12 @@
"private": true,
"scripts": {
"dev": "astro dev",
- "start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
- "@astrojs/node": "^8.3.4",
- "astro": "^4.16.16"
+ "@astrojs/node": "^9.0.0-alpha.1",
+ "astro": "^5.0.0-beta.11"
}
}