summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
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/with-markdown-plugins
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/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 a43b3d461..f4aaa15d2 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.9",
+ "astro": "^0.18.8",
"rehype-add-classes": "^1.0.0",
"rehype-toc": "^3.0.2",
"remark-autolink-headings": "^6.0.1",