Skip to content

Commit 58f6cdb

Browse files
committed
package metadata
1 parent c7bc167 commit 58f6cdb

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

.changeset/lucky-comics-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@careswitch/svelte-data-table': patch
3+
---
4+
5+
Package description, license, and keywords

package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
{
22
"name": "@careswitch/svelte-data-table",
3+
"description": "Small, fast data table library for Svelte 5 with client-side sorting, filtering, and pagination.",
34
"version": "0.2.1",
45
"homepage": "https://careswitch-svelte-data-table.vercel.app",
6+
"license": "MIT",
7+
"keywords": [
8+
"svelte",
9+
"sveltekit",
10+
"data",
11+
"table",
12+
"datatable",
13+
"grid",
14+
"sort",
15+
"filter",
16+
"paginate"
17+
],
518
"repository": {
619
"type": "git",
720
"url": "git+https://github.com/careswitch/svelte-data-table.git"

src/routes/+page.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
<div>
3636
<h1 class="text-4xl font-extrabold tracking-tight lg:text-5xl">Svelte Data Table</h1>
3737
<p class="text-lg text-muted-foreground">
38-
Small, fast data table library with client-side sorting, filtering, and pagination.
38+
Small, fast data table library for Svelte 5 with client-side sorting, filtering, and
39+
pagination.
3940
</p>
4041
</div>
4142
<Button size="icon" variant="ghost" href="https://github.com/Careswitch/svelte-data-table">

0 commit comments

Comments
 (0)