From c169a1b1f44fafaa697f174fca24e089b64053b6 Mon Sep 17 00:00:00 2001 From: Ken Kunz Date: Mon, 1 Nov 2021 12:14:07 -0500 Subject: [PATCH 1/2] Add svelte-fsm --- src/routes/components/components.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index ba8b7c7f6..c334ffdec 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2337,5 +2337,15 @@ "category": "SvelteKit Adapters", "tags": ["integrations"], "stars": 25 + }, + { + "title": "svelte-fsm", + "url": "https://github.com/kenkunz/svelte-fsm", + "description": "Tiny, expressive, Svelte-optimized Finite State Machine library", + "npm": "svelte-fsm", + "addedOn": "2021-11-01", + "category": "Stores", + "tags": ["in-page navigation","stores and state"] + "stars": 1 } ] From caed26fc1dd41ed1fbe23504000814ad8359c51a Mon Sep 17 00:00:00 2001 From: Ken Kunz Date: Mon, 1 Nov 2021 12:32:22 -0500 Subject: [PATCH 2/2] Fix JSON error Doh! Dropped a comma when formatting. --- src/routes/components/components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index c334ffdec..35160d4ab 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2345,7 +2345,7 @@ "npm": "svelte-fsm", "addedOn": "2021-11-01", "category": "Stores", - "tags": ["in-page navigation","stores and state"] + "tags": ["in-page navigation","stores and state"], "stars": 1 } ]