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 89a69e6ac..7533227bc 100644 --- a/www/package.json +++ b/www/package.json @@ -8,6 +8,6 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0" + "astro": "^0.19.1" } } |