Skip to content

Commit

Permalink
chore: bump package with new keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten committed Dec 19, 2022
1 parent 849d2bd commit d0d07b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you are using GitHub Actions, check out the dedicated [`guidepup/setup-action

```yaml
- name: Setup Environment
uses: guidepup/setup-action@0.6.2
uses: guidepup/setup-action@0.6.3
```
## Recording
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidepup/setup",
"version": "0.6.2",
"version": "0.6.3",
"description": "Setup your environment for screen-reader automation.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -21,7 +21,8 @@
"screen-reader",
"accessibility",
"a11y",
"voiceover"
"voiceover",
"nvda"
],
"scripts": {
"build": "yarn clean && yarn compile",
Expand Down

0 comments on commit d0d07b2

Please sign in to comment.