From a3bb637c8e0ce5e40ac30f4c9ff5424a14ef27cf Mon Sep 17 00:00:00 2001 From: Ryan Atkinson Date: Tue, 26 Sep 2023 20:49:47 -0600 Subject: [PATCH] @fuz.dev/fuz_template --- README.md | 8 ++++---- package-lock.json | 4 ++-- package.json | 4 ++-- src/routes/+layout.svelte | 2 +- src/routes/+page.svelte | 3 ++- src/static/.well-known/package.json | 4 ++-- 6 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1ec3a17..10f48f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# @fuz.dev/fuz-template +# @fuz.dev/fuz_template > a static web app and Node library template with > [TypeScript](https://github.com/microsoft/TypeScript), @@ -45,14 +45,14 @@ so the normal commands like `vite dev` work as expected. It also uses [`gro`](https://github.com/grogarden/gro) for additional things like deploying - see below for more. -> [Windows is not yet supported](https://github.com/fuz-dev/template/issues/4) +> [Windows is not yet supported](https://github.com/fuz-dev/fuz_template/issues/4) > (we recommend [WSL](https://docs.microsoft.com/en-us/windows/wsl/about)) If you're logged into GitHub, click "Use this template" above or clone with [`degit`](https://github.com/Rich-Harris/degit): ```bash -npx degit fuz-dev/template cooltoy +npx degit fuz-dev/fuz_template cooltoy cd cooltoy npm i # then @@ -74,7 +74,7 @@ with no further configuration. To learn how to swap it out for another deployment target, see [the SvelteKit adapter docs](https://kit.svelte.dev/docs#adapters). -To make it your own, change `@fuz.dev/fuz-template` and `template.fuz.dev` +To make it your own, change `@fuz.dev/fuz_template` and `template.fuz.dev` to your project name in the following files: - [`package.json`](package.json) diff --git a/package-lock.json b/package-lock.json index d92823b..c663ada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "@fuz.dev/fuz-template", + "name": "@fuz.dev/fuz_template", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "@fuz.dev/fuz-template", + "name": "@fuz.dev/fuz_template", "version": "0.0.1", "devDependencies": { "@feltjs/eslint-config": "^0.4.0", diff --git a/package.json b/package.json index a15f47b..8a7abac 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "@fuz.dev/fuz-template", + "name": "@fuz.dev/fuz_template", "private": true, "description": "a static web app and Node library template with TypeScript, Svelte, SvelteKit, Vite, esbuild, Fuz, and Gro", "version": "0.0.1", "type": "module", "homepage": "https://template.fuz.dev/", - "repository": "https://github.com/fuz-dev/template", + "repository": "https://github.com/fuz-dev/fuz_template", "engines": { "node": ">=20.5" }, diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 6dd11d7..2ee7822 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -16,7 +16,7 @@ - @fuz.dev/fuz-template + @fuz.dev/fuz_template {#if mreows}{mreows[0].icon}{:else}✨{/if}hello, welcome to @fuz.dev/fuz-templatehello, welcome to @fuz.dev/fuz_template diff --git a/src/static/.well-known/package.json b/src/static/.well-known/package.json index 6b848fe..0439de5 100644 --- a/src/static/.well-known/package.json +++ b/src/static/.well-known/package.json @@ -1,11 +1,11 @@ { - "name": "@fuz.dev/fuz-template", + "name": "@fuz.dev/fuz_template", "private": true, "description": "a static web app and Node library template with TypeScript, Svelte, SvelteKit, Vite, esbuild, Fuz, and Gro", "version": "0.0.1", "type": "module", "homepage": "https://template.fuz.dev/", - "repository": "https://github.com/fuz-dev/template", + "repository": "https://github.com/fuz-dev/fuz_template", "engines": { "node": ">=20.5" },