Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Feb 1, 2023
1 parent a692635 commit 4c2be94
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# expect-axe-playwright

## 4.0.1

### Patch Changes

- Fix missing TypeScript types.

## 4.0.0

### Major Changes
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect-axe-playwright",
"version": "4.0.0",
"version": "4.0.1",
"description": "Expect matchers to perform Axe accessibility tests in your Playwright tests.",
"author": "Widen",
"license": "ISC",
Expand Down Expand Up @@ -28,6 +28,7 @@
"ts": "tsc"
},
"type": "module",
"types": "./global.d.ts",
"exports": {
"types": "./global.d.ts",
"import": "./dist/index.js",
Expand Down

0 comments on commit 4c2be94

Please sign in to comment.