Skip to content

Commit 377dda8

Browse files
committed
add keywords
1 parent 60efe6f commit 377dda8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
{
22
"name": "xstate-logger",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"repository": "[email protected]:codingedgar/xstate-logger.git",
77
"author": "codingedgar <[email protected]>",
88
"license": "MIT",
99
"description": "redux-logger but for XState",
10+
"keywords": [
11+
"state",
12+
"machine",
13+
"statechart",
14+
"scxml",
15+
"xstate",
16+
"logger",
17+
"xstate-logger"
18+
],
1019
"files": [
1120
"lib/**/*"
1221
],

0 commit comments

Comments
 (0)