diff options
Diffstat (limited to 'packages/integrations/node/package.json')
-rw-r--r-- | packages/integrations/node/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 4dda2e251..f7f4d4337 100644 --- a/packages/integrations/node/package.json +++ b/packages/integrations/node/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/node", "description": "Deploy your site to a Node.js server", - "version": "6.0.0", + "version": "6.0.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -37,7 +37,7 @@ "server-destroy": "^1.0.1" }, "peerDependencies": { - "astro": "workspace:^3.1.1" + "astro": "workspace:^3.1.2" }, "devDependencies": { "@types/node": "^18.17.8", |