diff options
author | 2021-05-04 17:16:23 -0500 | |
---|---|---|
committer | 2021-05-04 17:16:23 -0500 | |
commit | 9ed19317c6c74925762aeaa848c6f3b9e3fee0e7 (patch) | |
tree | 6f268e0055886cb56b6f6ac42b55f5decbceeb3d /examples/blog | |
parent | 3ad0aac8cfc23893a2a82b5da60099648572d839 (diff) | |
download | astro-9ed19317c6c74925762aeaa848c6f3b9e3fee0e7.tar.gz astro-9ed19317c6c74925762aeaa848c6f3b9e3fee0e7.tar.zst astro-9ed19317c6c74925762aeaa848c6f3b9e3fee0e7.zip |
chore: version packages
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 cf18a2fd7..15b0209b1 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.0.10", + "astro": "0.0.11", "nodemon": "^2.0.7" }, "snowpack": { |