Skip to content

Commit 414c0f1

Browse files
committed
pkg: updated
- added kw's - added engines - updated peerDep
1 parent 4a22d08 commit 414c0f1

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,18 @@
1818

1919
"keywords": [
2020
"react",
21+
"react 19",
22+
"react 18",
23+
"react 17",
24+
"react-utils",
25+
"utils",
26+
"js",
27+
"javascript",
28+
"ts",
2129
"typescript",
2230
"string binder",
31+
"plain text",
32+
"plain text key binder",
2333
"keyword binder",
2434
"keyword"
2535
],
@@ -47,9 +57,12 @@
4757
}
4858
},
4959

60+
"engines": {
61+
"node": ">=18"
62+
},
63+
5064
"peerDependencies": {
51-
"react": "^19.0.0",
52-
"react-dom": "^19.0.0"
65+
"react": ">=17.0.0"
5366
},
5467

5568
"devDependencies": {

0 commit comments

Comments
 (0)