0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-14 23:51:49 -05:00

[ci] release (#8279)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-08-30 04:38:28 -07:00 committed by GitHub
parent 63d8805a3f
commit 27f89cd81c
2 changed files with 43 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
"version": "6.0.0-rc.1",
"version": "6.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@ -37,7 +37,7 @@
"server-destroy": "^1.0.1"
},
"peerDependencies": {
"astro": "workspace:^3.0.0-rc.11"
"astro": "workspace:^3.0.0"
},
"devDependencies": {
"@types/node": "^18.17.8",