diff options
author | 2022-05-03 17:04:44 -0700 | |
---|---|---|
committer | 2022-05-03 17:04:44 -0700 | |
commit | 1032e450cc224e603e8e69ef1422de6dbf184dd2 (patch) | |
tree | e18d78471bca2f59a656835b959c7572a21809a0 /examples/with-markdown-plugins | |
parent | 9fb2c4744cc9b27eaf5938557cf1019cd17d3248 (diff) | |
download | astro-1032e450cc224e603e8e69ef1422de6dbf184dd2.tar.gz astro-1032e450cc224e603e8e69ef1422de6dbf184dd2.tar.zst astro-1032e450cc224e603e8e69ef1422de6dbf184dd2.zip |
Revert "[ci] release (#3279)"
This reverts commit 9fb2c4744cc9b27eaf5938557cf1019cd17d3248.
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 a1542edd0..5578d763e 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.9.4", - "astro": "^1.0.0-beta.23", + "astro": "^1.0.0-beta.22", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |