diff options
author | 2022-03-10 17:31:45 -0600 | |
---|---|---|
committer | 2022-03-10 17:31:45 -0600 | |
commit | e032e89a642eeef61a3559e4eb406addcaedb5d1 (patch) | |
tree | cec62e0a8a3996ed8a688be3b4fd0a5915f3b8ff /examples/non-html-pages | |
parent | a940354b38ac62ca8cbd133591962c1a60b1fcc4 (diff) | |
download | astro-e032e89a642eeef61a3559e4eb406addcaedb5d1.tar.gz astro-e032e89a642eeef61a3559e4eb406addcaedb5d1.tar.zst astro-e032e89a642eeef61a3559e4eb406addcaedb5d1.zip |
[ci] release (next) (#2754)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/non-html-pages')
-rw-r--r-- | examples/non-html-pages/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 2da0eef1b..5dd0f64ba 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.24.0-next.1" + "astro": "^0.24.0-next.2" } } |