diff options
author | 2021-12-30 09:14:21 -0500 | |
---|---|---|
committer | 2021-12-30 09:14:21 -0500 | |
commit | 1da4682a5038f908ec67b9d67cc98ce9a652510d (patch) | |
tree | 317ad1fac9e635f6eeb5f2917e13b5dff35c4c97 /examples/framework-alpine | |
parent | 9b9d9358401cefb831902147b44b8b77a9d5755e (diff) | |
download | astro-1da4682a5038f908ec67b9d67cc98ce9a652510d.tar.gz astro-1da4682a5038f908ec67b9d67cc98ce9a652510d.tar.zst astro-1da4682a5038f908ec67b9d67cc98ce9a652510d.zip |
[ci] release (#2291)astro@0.22.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/framework-alpine')
-rw-r--r-- | examples/framework-alpine/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 513559d3c..b4cf44070 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.1" + "astro": "^0.22.2" } } |