summaryrefslogtreecommitdiff
path: root/examples/with-markdown-plugins
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/with-markdown-plugins
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/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 f743fd52f..5f9f6bf02 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^1.0.0-next.2",
+ "astro": "^0.18.0-next.1",
"rehype-add-classes": "^1.0.0",
"rehype-toc": "^3.0.2",
"remark-autolink-headings": "^6.0.1",