diff options
author | 2022-07-12 09:18:13 -0700 | |
---|---|---|
committer | 2022-07-12 12:18:13 -0400 | |
commit | ba67a924cab9a99b358cd9d730b9f618f4db5a7e (patch) | |
tree | 2b7a09fcfe49b61b46ce8d1bf6d1ef1de1522edd /examples/non-html-pages | |
parent | ab232dd10f8d8ae5a3654293a1f1429343990039 (diff) | |
download | astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.tar.gz astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.tar.zst astro-ba67a924cab9a99b358cd9d730b9f618f4db5a7e.zip |
[ci] release (#3900)
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 2f783e4f0..beda348bb 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^1.0.0-beta.68" + "astro": "^1.0.0-beta.69" } } |