diff options
author | 2023-03-07 14:18:15 -0500 | |
---|---|---|
committer | 2023-03-07 14:18:15 -0500 | |
commit | 9ff167c01ffeaef9608a8da839dc2b2c4bf8510f (patch) | |
tree | 2abfb45758ae66787e617a430e3ff24593593ad2 | |
parent | 6a092b295b285a48ee211d6128b56929e5b6363f (diff) | |
download | astro-9ff167c01ffeaef9608a8da839dc2b2c4bf8510f.tar.gz astro-9ff167c01ffeaef9608a8da839dc2b2c4bf8510f.tar.zst astro-9ff167c01ffeaef9608a8da839dc2b2c4bf8510f.zip |
chore: bump with-markdoc integration version
-rw-r--r-- | examples/with-markdoc/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index 694ad40ad..bf55b04bf 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.0.0", + "@astrojs/markdoc": "^0.0.1", "astro": "^2.0.6" } } |