diff options
author | 2021-05-17 10:20:15 -0500 | |
---|---|---|
committer | 2021-05-17 10:20:15 -0500 | |
commit | 512670bedd235db58343a9c73409e871afd2f47c (patch) | |
tree | 9486caf80d2089feff149fec48723aa6243ffd3d /examples/blog | |
parent | 507eabe9f0ac93334a459708b6cc181ac8dcf4a3 (diff) | |
download | astro-512670bedd235db58343a9c73409e871afd2f47c.tar.gz astro-512670bedd235db58343a9c73409e871afd2f47c.tar.zst astro-512670bedd235db58343a9c73409e871afd2f47c.zip |
chore: release v0.10.0
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 23160686b..af9832e72 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.1.2", + "astro": "^0.10.0", "nodemon": "^2.0.7" }, "snowpack": { |