diff options
author | 2021-08-18 09:09:27 -0700 | |
---|---|---|
committer | 2021-08-18 09:09:27 -0700 | |
commit | 348b252a518d77268545fd5e2d5250a729436d2a (patch) | |
tree | 062cdb10e872a9691f24888372010ee92331d8b8 /examples | |
parent | a20f07871030a32d52ac97c9a956e33ac13fd6de (diff) | |
download | astro-348b252a518d77268545fd5e2d5250a729436d2a.tar.gz astro-348b252a518d77268545fd5e2d5250a729436d2a.tar.zst astro-348b252a518d77268545fd5e2d5250a729436d2a.zip |
exit prerelease mode
Diffstat (limited to 'examples')
-rw-r--r-- | examples/minimal/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/minimal/package.json b/examples/minimal/package.json index aa47c9e5b..dfd088fd8 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -7,6 +7,6 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.18.12" + "astro": "^0.19.0-next.3" } } |