diff options
author | 2021-09-28 09:10:41 -0400 | |
---|---|---|
committer | 2021-09-28 09:10:41 -0400 | |
commit | bf6357a233216de0cef5b866ae432f9020ec7e32 (patch) | |
tree | 37b1fdae31b8f1f736d6dc2067fc4af09cc7b6dc /examples/blog-multiple-authors | |
parent | 85249cb11d7ef00a9bf6fe7f48fc46ea70b6084c (diff) | |
download | astro-bf6357a233216de0cef5b866ae432f9020ec7e32.tar.gz astro-bf6357a233216de0cef5b866ae432f9020ec7e32.tar.zst astro-bf6357a233216de0cef5b866ae432f9020ec7e32.zip |
Version Packages (#1442)astro@0.20.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog-multiple-authors')
-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 c75207c0f..542a48ff5 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.20.7" + "astro": "^0.20.8" }, "snowpack": { "workspaceRoot": "../.." |