diff --git a/libs/create-qwikdev-astro/stubs/templates/deno-biome/package.json b/libs/create-qwikdev-astro/stubs/templates/deno-biome/package.json index 3fc6830c..54f50881 100644 --- a/libs/create-qwikdev-astro/stubs/templates/deno-biome/package.json +++ b/libs/create-qwikdev-astro/stubs/templates/deno-biome/package.json @@ -1,7 +1,7 @@ { - "name": "qwik-astro-deno", + "name": "@qwikdev/astro-node-biome-starter", "type": "module", - "version": "0.0.1", + "private": true, "scripts": { "astro": "astro", "sync": "astro sync", diff --git a/libs/create-qwikdev-astro/stubs/templates/deno-eslint+prettier/package.json b/libs/create-qwikdev-astro/stubs/templates/deno-eslint+prettier/package.json index 8949ada4..8789101e 100644 --- a/libs/create-qwikdev-astro/stubs/templates/deno-eslint+prettier/package.json +++ b/libs/create-qwikdev-astro/stubs/templates/deno-eslint+prettier/package.json @@ -1,5 +1,5 @@ { - "name": "@qwikdev/astro-node-eslint-prettier-starter", + "name": "@qwikdev/astro-deno-eslint-prettier-starter", "type": "module", "private": true, "scripts": {