Skip to content

Commit a4e84c7

Browse files
authored
chore: add keywords to library template (#473)
* chore: add keywords to library template * formatting
1 parent a5254f3 commit a4e84c7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/large-onions-press.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
chore: add keywords to library template

packages/create/templates/library/package.template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"svelte": "^5.0.0",
3232
"typescript": "^5.3.2",
3333
"vite": "^6.0.0"
34-
}
34+
},
35+
"keywords": ["svelte", "library"]
3536
}

0 commit comments

Comments
 (0)