0
Fork 0
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:
Bjorn Lu 2023-12-05 20:58:13 +08:00 committed by GitHub
parent d4290c630b
commit b4f3a8722e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ {
"name": "@astrojs/markdoc", "name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site", "description": "Add support for Markdoc in your Astro site",
"version": "1.0.0-beta.1", "version": "0.7.2",
"type": "module", "type": "module",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"author": "withastro", "author": "withastro",
@ -75,7 +75,7 @@
"zod": "^3.22.4" "zod": "^3.22.4"
}, },
"peerDependencies": { "peerDependencies": {
"astro": "^4.0.0-beta.0" "astro": "^3.0.0 || ^4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/markdown-remark": "workspace:*", "@astrojs/markdown-remark": "workspace:*",