summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-05-29 08:32:29 -0500
committerGravatar GitHub <noreply@github.com> 2021-05-29 08:32:29 -0500
commit44d0adc000b270a6546cf39986c9d9f813873c71 (patch)
tree030c66bf9609525cbcbd6ba88e903b901e0cd6c5 /examples/blog
parentce30bb0041830d2191e8fde94f00b73a79d36754 (diff)
downloadastro-44d0adc000b270a6546cf39986c9d9f813873c71.tar.gz
astro-44d0adc000b270a6546cf39986c9d9f813873c71.tar.zst
astro-44d0adc000b270a6546cf39986c9d9f813873c71.zip
Version Packages (next) (#280)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r--examples/blog/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 068e4a0a4..415764dc3 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
- "astro": "^0.12.0-next.0",
+ "astro": "^0.12.0-next.1",
"nodemon": "^2.0.7"
},
"snowpack": {