Skip to content

Commit

Permalink
rename to fuz-template
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatkn committed Sep 26, 2023
1 parent 04246c6 commit d4ea19b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @fuz.dev/template
# @fuz.dev/fuz-template

> a static web app and Node library template with
> [TypeScript](https://github.com/microsoft/TypeScript),
Expand Down Expand Up @@ -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/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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@fuz.dev/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",
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</script>

<svelte:head>
<title>@fuz.dev/template</title>
<title>@fuz.dev/fuz-template</title>
</svelte:head>

<svelte:body
Expand Down
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
<span slot="icon"
>{#if mreows}{mreows[0].icon}{:else}✨{/if}</span
><span
>hello, welcome to <a href="https://github.com/fuz-dev/template">@fuz.dev/template</a></span
>hello, welcome to <a href="https://github.com/fuz-dev/template">@fuz.dev/fuz-template</a
></span
>
</Alert>
<p>
Expand Down

0 comments on commit d4ea19b

Please sign in to comment.