Skip to content

Commit 8de50f1

Browse files
committed
v1.0.0
1 parent 8fd5d48 commit 8de50f1

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ FSMs are ideal for representing many different kinds of systems and interaction
99

1010
### Installation
1111

12-
> [!WARNING]
13-
> It's not yet published to npm.
12+
`pnpm i @githubnext/tiny-svelte-fsm`
1413

1514
### Introduction
1615

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "tiny-svelte-fsm",
3-
"version": "0.0.1",
2+
"name": "@githubnext/tiny-svelte-fsm",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)