Skip to content

Commit d284202

Browse files
committed
update package keywords and bump version
1 parent 55b1a0b commit d284202

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "small-store",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A small, immutable, reactive and framework agnostic state store under 2KB powered by rxjs and immer with full typescript support. To be used with vanilla, react, preact, angular, vue or whatever you like.",
55
"author": "Simon Lepel <[email protected]> (https://simbo.de)",
66
"license": "MIT",
@@ -14,7 +14,9 @@
1414
"preact",
1515
"angular",
1616
"vue",
17-
"vanilla"
17+
"vanilla",
18+
"redux",
19+
"ngrx"
1820
],
1921
"homepage": "https://simbo.codes/small-store",
2022
"repository": "github:simbo/small-store",

0 commit comments

Comments
 (0)