File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " accessibility-testing-toolkit" ,
3
- "version" : " 1.1.0-beta.1 " ,
3
+ "version" : " 1.1.0-beta.2 " ,
4
4
"author" : " Ivan Galiatin" ,
5
5
"license" : " MIT" ,
6
6
"description" : " A toolkit for testing accessibility" ,
21
21
"types" : " dist/index.d.ts" ,
22
22
"exports" : {
23
23
"." : {
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 "
27
27
},
28
28
"./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 "
32
32
}
33
33
},
34
34
"files" : [
72
72
" cjs" ,
73
73
" esm"
74
74
],
75
- "clean" : true ,
76
- "legacyOutput" : true
75
+ "clean" : true
77
76
},
78
77
"dependencies" : {
79
78
"aria-query" : " ^5.3.0" ,
You can’t perform that action at this time.
0 commit comments