summaryrefslogtreecommitdiff
path: root/examples/framework-svelte
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-05 13:54:15 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-08-05 13:54:23 -0700
commit8cf0e65a8b11342b9d1b636c5d41fd4c4ba0fa1f (patch)
tree3c17a52bb9fb168945e7bbf7f9af05747a43cac2 /examples/framework-svelte
parent7f14ea6e3805a4931ce15925f4dddc37e1405fde (diff)
downloadastro-8cf0e65a8b11342b9d1b636c5d41fd4c4ba0fa1f.tar.gz
astro-8cf0e65a8b11342b9d1b636c5d41fd4c4ba0fa1f.tar.zst
astro-8cf0e65a8b11342b9d1b636c5d41fd4c4ba0fa1f.zip
Revert "Version Packages (#1011)"
This reverts commit 7f14ea6e3805a4931ce15925f4dddc37e1405fde.
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 9c484b5ae..98c345158 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.9"
+ "astro": "^0.18.8"
},
"snowpack": {
"workspaceRoot": "../.."