diff options
author | 2022-01-18 08:38:15 -0500 | |
---|---|---|
committer | 2022-01-18 08:38:15 -0500 | |
commit | bcec8adc9a5e7d43f42cfec6979f0b8210e92f3f (patch) | |
tree | 7d2dc937af8c1658c26865ac32e5499625a1180a /examples/framework-alpine | |
parent | 63ffcb3486b52e0283f33fc1488541669234dd82 (diff) | |
download | astro-bcec8adc9a5e7d43f42cfec6979f0b8210e92f3f.tar.gz astro-bcec8adc9a5e7d43f42cfec6979f0b8210e92f3f.tar.zst astro-bcec8adc9a5e7d43f42cfec6979f0b8210e92f3f.zip |
[ci] release (#2412)astro@0.22.14
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 b9863605f..806bc4e42 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.13" + "astro": "^0.22.14" } } |