We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a1e5f4 commit 75097b4Copy full SHA for 75097b4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@guidepup/virtual-screen-reader",
3
- "version": "0.16.2",
+ "version": "0.16.3",
4
"description": "Virtual Screen Reader driver for unit test automation.",
5
"main": "lib/index.js",
6
"author": "Craig Morten <[email protected]>",
@@ -14,9 +14,11 @@
14
},
15
"homepage": "https://github.com/guidepup/virtual-screen-reader",
16
"keywords": [
17
+ "screen reader",
18
"screen-reader",
19
"accessibility",
- "a11y"
20
+ "a11y",
21
+ "guidepup"
22
],
23
"scripts": {
24
"build": "yarn clean && yarn compile",
0 commit comments