Skip to content

Commit 8cd6986

Browse files
committed
remove legacy output
1 parent f6a090d commit 8cd6986

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

package.json

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "accessibility-testing-toolkit",
3-
"version": "1.1.0-beta.1",
3+
"version": "1.1.0-beta.2",
44
"author": "Ivan Galiatin",
55
"license": "MIT",
66
"description": "A toolkit for testing accessibility",
@@ -21,14 +21,14 @@
2121
"types": "dist/index.d.ts",
2222
"exports": {
2323
".": {
24-
"types": "./dist/index.d.ts",
25-
"import": "./dist/esm/index.js",
26-
"require": "./dist/index.js"
24+
"import": "./dist/index.mjs",
25+
"require": "./dist/index.js",
26+
"types": "./dist/index.d.ts"
2727
},
2828
"./matchers": {
29-
"types": "./dist/matchers.d.ts",
30-
"import": "./dist/esm/matchers.js",
31-
"require": "./dist/matchers.js"
29+
"import": "./dist/matchers.mjs",
30+
"require": "./dist/matchers.js",
31+
"types": "./dist/matchers.d.ts"
3232
}
3333
},
3434
"files": [
@@ -72,8 +72,7 @@
7272
"cjs",
7373
"esm"
7474
],
75-
"clean": true,
76-
"legacyOutput": true
75+
"clean": true
7776
},
7877
"dependencies": {
7978
"aria-query": "^5.3.0",

0 commit comments

Comments
 (0)