diff options
author | 2023-03-07 14:34:12 -0500 | |
---|---|---|
committer | 2023-03-07 14:34:12 -0500 | |
commit | a82157b3177a9364ba671fd7e554952ce1f863d5 (patch) | |
tree | 3b9ea5bcd740f2741af398b1535f19deaeb4c5c4 | |
parent | 201420439f53e11e6f83ea538192e6594524fc59 (diff) | |
download | astro-a82157b3177a9364ba671fd7e554952ce1f863d5.tar.gz astro-a82157b3177a9364ba671fd7e554952ce1f863d5.tar.zst astro-a82157b3177a9364ba671fd7e554952ce1f863d5.zip |
Update with-markdoc example (#6449)
-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 bf55b04bf..ad1f9810b 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.0.1", + "@astrojs/markdoc": "^0.0.0-markdoc-20230214163516", "astro": "^2.0.6" } } |