diff options
author | 2021-12-30 12:03:19 -0500 | |
---|---|---|
committer | 2021-12-30 12:03:19 -0500 | |
commit | c5a67b42753a64b98142c5f60f2f37c136b8622d (patch) | |
tree | 646a39eb6332032fd88eeb0bcc0e7749932d9f97 /examples/framework-alpine | |
parent | 2e55dc2686b0e2bff2e2ec76c184a17a3d2368c4 (diff) | |
download | astro-c5a67b42753a64b98142c5f60f2f37c136b8622d.tar.gz astro-c5a67b42753a64b98142c5f60f2f37c136b8622d.tar.zst astro-c5a67b42753a64b98142c5f60f2f37c136b8622d.zip |
[ci] release (#2293)astro@0.22.3
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 b4cf44070..b1c5767db 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.2" + "astro": "^0.22.3" } } |