diff options
author | 2021-06-07 17:28:26 -0400 | |
---|---|---|
committer | 2021-06-07 17:28:26 -0400 | |
commit | 9cf83338cd0cafd9452b7f44ab64fc232bd4714a (patch) | |
tree | 036c65e0308d1db4e229398e246071bb9e79ed4f /examples/blog | |
parent | 522c8738139ec5f2e0ae9ee16284032cacf04dc1 (diff) | |
download | astro-9cf83338cd0cafd9452b7f44ab64fc232bd4714a.tar.gz astro-9cf83338cd0cafd9452b7f44ab64fc232bd4714a.tar.zst astro-9cf83338cd0cafd9452b7f44ab64fc232bd4714a.zip |
Version Packages (#323)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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 6c8e2c678..09c59aafd 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.5", + "astro": "^0.12.6", "nodemon": "^2.0.7" }, "snowpack": { |