Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiorowski committed Jan 12, 2023
1 parent 566097f commit 2e58650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mpiorowski/svelte-init",
"description": "Low-overhead Svelte UI library",
"version": "2.1.0",
"version": "2.1.1",
"keywords": [
"svelte",
"sveltekit",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/form/checkbox.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
export let checked: boolean;
export let checked = false;
export let name = '';
export let onChange: (() => void) | undefined = undefined;
</script>
Expand Down

1 comment on commit 2e58650

@vercel
Copy link

@vercel vercel bot commented on 2e58650 Jan 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svelte-init – ./

svelte-init.vercel.app
svelte-init-git-main-mpiorowski.vercel.app
svelte-init-mpiorowski.vercel.app

Please sign in to comment.