summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-21 08:12:32 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-21 08:12:32 -0700
commit5f922221ba69eba712788ed5dfd2fb7c73c3956d (patch)
tree18847c2619f31bfb02ea209876282aff1a3f4589 /examples/framework-svelte
parent790bd89ead10ababe7010b9b72ea6e6a23e93fed (diff)
downloadastro-5f922221ba69eba712788ed5dfd2fb7c73c3956d.tar.gz
astro-5f922221ba69eba712788ed5dfd2fb7c73c3956d.tar.zst
astro-5f922221ba69eba712788ed5dfd2fb7c73c3956d.zip
Revert "Version Packages (next) (#692)"
This reverts commit 790bd89ead10ababe7010b9b72ea6e6a23e93fed.
Diffstat (limited to 'examples/framework-svelte')
-rw-r--r--examples/framework-svelte/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 86411def5..35689ab26 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^1.0.0-next.2"
+ "astro": "^0.18.0-next.1"
},
"snowpack": {
"workspaceRoot": "../.."