Skip to content

Commit

Permalink
Export types
Browse files Browse the repository at this point in the history
  • Loading branch information
trurl-master committed Jun 16, 2024
1 parent 5f3bfbb commit f6a090d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accessibility-testing-toolkit",
"version": "1.1.0-beta.0",
"version": "1.1.0-beta.1",
"author": "Ivan Galiatin",
"license": "MIT",
"description": "A toolkit for testing accessibility",
Expand All @@ -18,13 +18,15 @@
"testing"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js"
},
"./matchers": {
"types": "./dist/matchers.d.ts",
"import": "./dist/esm/matchers.js",
"require": "./dist/matchers.js"
}
Expand Down

0 comments on commit f6a090d

Please sign in to comment.