Skip to content

Commit

Permalink
fix: adder punctuation (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Jun 21, 2024
1 parent e7f4147 commit 1072604
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/friendly-snakes-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@svelte-add/tailwindcss": patch
"@svelte-add/bulma": patch
---

fix: adder punctuation
2 changes: 1 addition & 1 deletion adders/bulma/config/adder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const adder = defineAdderConfig({
metadata: {
...generateAdderInfo(pkg),
name: "Bulma",
description: "The modern CSS framework that just works.",
description: "The modern CSS framework that just works",
category: categories.styling,
environments: { kit: true, svelte: true },
website: {
Expand Down
2 changes: 1 addition & 1 deletion adders/tailwindcss/config/adder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const adder = defineAdderConfig({
metadata: {
...generateAdderInfo(pkg),
name: "TailwindCSS",
description: "Rapidly build modern websites without ever leaving your HTML.",
description: "Rapidly build modern websites without ever leaving your HTML",
category: categories.styling,
environments: { svelte: true, kit: true },
website: {
Expand Down

0 comments on commit 1072604

Please sign in to comment.