diff options
Diffstat (limited to 'examples/blog-multiple-authors/package.json')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index a2ca38bb7..2d2568ca6 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.19.0-next.3" + "astro": "^0.19.0" }, "snowpack": { "workspaceRoot": "../.." |