summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-22 08:56:38 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-22 08:56:38 -0700
commite58a04e4ee0abb60f1ada11c151c44b3ebe4e93d (patch)
tree79a1cddb555f4459210661c5368ea7dab8dc9fe5 /examples/with-markdown-plugins
parent91dba898338e778d36741f52858658526c845fc7 (diff)
downloadastro-e58a04e4ee0abb60f1ada11c151c44b3ebe4e93d.tar.gz
astro-e58a04e4ee0abb60f1ada11c151c44b3ebe4e93d.tar.zst
astro-e58a04e4ee0abb60f1ada11c151c44b3ebe4e93d.zip
fix example astro versions
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r--examples/with-markdown-plugins/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 0df9d849b..1bb39d6d4 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.0-next.4",
+ "astro": "^0.17.0",
"rehype-add-classes": "^1.0.0",
"rehype-toc": "^3.0.2",
"remark-autolink-headings": "^6.0.1",