Skip to content

Commit

Permalink
馃棟 added keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
hamza512b committed Jun 27, 2021
1 parent dfbe891 commit 3af5ac0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"name": "@linears/react-access",
"description": "React hook for implementing accessible components.",
"version": "1.0.0",
"keywords": [
"accessibility",
"react",
"hooks"
],
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -42,4 +47,4 @@
"files": [
"dist"
]
}
}

0 comments on commit 3af5ac0

Please sign in to comment.