diff options
Diffstat (limited to 'www/package.json')
-rw-r--r-- | www/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/package.json b/www/package.json index 3a18c2540..6721514b0 100644 --- a/www/package.json +++ b/www/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.21.0-next.12" + "astro": "^0.21.0" } } |