Skip to content

Commit

Permalink
package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pheuter committed Jul 14, 2024
1 parent c7bc167 commit 58f6cdb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/lucky-comics-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@careswitch/svelte-data-table': patch
---

Package description, license, and keywords
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
{
"name": "@careswitch/svelte-data-table",
"description": "Small, fast data table library for Svelte 5 with client-side sorting, filtering, and pagination.",
"version": "0.2.1",
"homepage": "https://careswitch-svelte-data-table.vercel.app",
"license": "MIT",
"keywords": [
"svelte",
"sveltekit",
"data",
"table",
"datatable",
"grid",
"sort",
"filter",
"paginate"
],
"repository": {
"type": "git",
"url": "git+https://github.com/careswitch/svelte-data-table.git"
Expand Down
3 changes: 2 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
<div>
<h1 class="text-4xl font-extrabold tracking-tight lg:text-5xl">Svelte Data Table</h1>
<p class="text-lg text-muted-foreground">
Small, fast data table library with client-side sorting, filtering, and pagination.
Small, fast data table library for Svelte 5 with client-side sorting, filtering, and
pagination.
</p>
</div>
<Button size="icon" variant="ghost" href="https://github.com/Careswitch/svelte-data-table">
Expand Down

0 comments on commit 58f6cdb

Please sign in to comment.