Skip to content

Commit 96cef2c

Browse files
committed
package.json updated for npm
1 parent 75317ac commit 96cef2c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactime",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "A library that helps debug React by memorizing the state of components with every render.",
55
"main": "index.js",
66
"repository": {
@@ -16,8 +16,10 @@
1616
},
1717
"keywords": [
1818
"react",
19-
"time",
20-
"time travel",
19+
"state",
20+
"useState",
21+
"setState",
22+
"debug",
2123
"reactime",
2224
"react devtool"
2325
],

0 commit comments

Comments
 (0)