diff options
author | 2021-07-24 15:53:12 -0700 | |
---|---|---|
committer | 2021-07-24 15:53:12 -0700 | |
commit | d05fa19dda1d4d9b3bf567b978bad3ecad788e64 (patch) | |
tree | 27c85b04e9725e321a66c59017fce8715513f991 /examples/blog-multiple-authors | |
parent | 9b5f553dddebab4b20db59e2e67475273830c525 (diff) | |
download | astro-d05fa19dda1d4d9b3bf567b978bad3ecad788e64.tar.gz astro-d05fa19dda1d4d9b3bf567b978bad3ecad788e64.tar.zst astro-d05fa19dda1d4d9b3bf567b978bad3ecad788e64.zip |
fix a bad change to example astro versions
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 d391849b1..8cb13d7d9 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.17.0" + "astro": "^0.18.0-next.4" }, "snowpack": { "workspaceRoot": "../.." |