Skip to content

Commit

Permalink
remove legacy output
Browse files Browse the repository at this point in the history
  • Loading branch information
trurl-master committed Jun 16, 2024
1 parent f6a090d commit 8cd6986
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 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.1",
"version": "1.1.0-beta.2",
"author": "Ivan Galiatin",
"license": "MIT",
"description": "A toolkit for testing accessibility",
Expand All @@ -21,14 +21,14 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/index.js"
"import": "./dist/index.mjs",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./matchers": {
"types": "./dist/matchers.d.ts",
"import": "./dist/esm/matchers.js",
"require": "./dist/matchers.js"
"import": "./dist/matchers.mjs",
"require": "./dist/matchers.js",
"types": "./dist/matchers.d.ts"
}
},
"files": [
Expand Down Expand Up @@ -72,8 +72,7 @@
"cjs",
"esm"
],
"clean": true,
"legacyOutput": true
"clean": true
},
"dependencies": {
"aria-query": "^5.3.0",
Expand Down

0 comments on commit 8cd6986

Please sign in to comment.