Skip to content

Commit 75097b4

Browse files
chore: update npm keywords
1 parent 7a1e5f4 commit 75097b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/virtual-screen-reader",
3-
"version": "0.16.2",
3+
"version": "0.16.3",
44
"description": "Virtual Screen Reader driver for unit test automation.",
55
"main": "lib/index.js",
66
"author": "Craig Morten <[email protected]>",
@@ -14,9 +14,11 @@
1414
},
1515
"homepage": "https://github.com/guidepup/virtual-screen-reader",
1616
"keywords": [
17+
"screen reader",
1718
"screen-reader",
1819
"accessibility",
19-
"a11y"
20+
"a11y",
21+
"guidepup"
2022
],
2123
"scripts": {
2224
"build": "yarn clean && yarn compile",

0 commit comments

Comments
 (0)