mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
Release markdoc integration as v0.x (#9308)
This commit is contained in:
parent
d4290c630b
commit
b4f3a8722e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@astrojs/markdoc",
|
||||
"description": "Add support for Markdoc in your Astro site",
|
||||
"version": "1.0.0-beta.1",
|
||||
"version": "0.7.2",
|
||||
"type": "module",
|
||||
"types": "./dist/index.d.ts",
|
||||
"author": "withastro",
|
||||
|
@ -75,7 +75,7 @@
|
|||
"zod": "^3.22.4"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"astro": "^4.0.0-beta.0"
|
||||
"astro": "^3.0.0 || ^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/markdown-remark": "workspace:*",
|
||||
|
|
Loading…
Add table
Reference in a new issue