Skip to content

Commit 3af5ac0

Browse files
committed
🗝 added keywords
1 parent dfbe891 commit 3af5ac0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "@linears/react-access",
33
"description": "React hook for implementing accessible components.",
44
"version": "1.0.0",
5+
"keywords": [
6+
"accessibility",
7+
"react",
8+
"hooks"
9+
],
510
"main": "./dist/index.cjs.js",
611
"module": "./dist/index.esm.js",
712
"types": "./dist/index.d.ts",
@@ -42,4 +47,4 @@
4247
"files": [
4348
"dist"
4449
]
45-
}
50+
}

0 commit comments

Comments
 (0)