diff options
author | 2021-07-21 08:12:32 -0700 | |
---|---|---|
committer | 2021-07-21 08:12:32 -0700 | |
commit | 5f922221ba69eba712788ed5dfd2fb7c73c3956d (patch) | |
tree | 18847c2619f31bfb02ea209876282aff1a3f4589 /examples/with-markdown-plugins | |
parent | 790bd89ead10ababe7010b9b72ea6e6a23e93fed (diff) | |
download | astro-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.json | 2 |
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", |