diff options
author | 2022-01-07 09:44:14 -0500 | |
---|---|---|
committer | 2022-01-07 09:44:14 -0500 | |
commit | 4c826ad5b56dd947eb55bbcc11b369420b2ae7fc (patch) | |
tree | 03ccb2c00a4e6710e708ebeca925d6f2acf92e29 /examples/framework-alpine | |
parent | d970b71af942e76ee63fbe6542a787f4315bea1c (diff) | |
download | astro-4c826ad5b56dd947eb55bbcc11b369420b2ae7fc.tar.gz astro-4c826ad5b56dd947eb55bbcc11b369420b2ae7fc.tar.zst astro-4c826ad5b56dd947eb55bbcc11b369420b2ae7fc.zip |
[ci] release (#2333)astro@0.22.8
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 cf3ac8039..0ae585161 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.7" + "astro": "^0.22.8" } } |