diff options
Diffstat (limited to 'examples/starter')
-rw-r--r-- | examples/starter/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/starter/package.json b/examples/starter/package.json index d640882bf..6cea9fc49 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.0-next.7" + "astro": "^0.18.0" }, "snowpack": { "workspaceRoot": "../.." |