File tree 2 files changed +29
-4
lines changed
2 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "dist/dom-testing-library.cjs.js" : {
3
+ "bundled" : 137666 ,
4
+ "minified" : 59811 ,
5
+ "gzipped" : 16554
6
+ },
7
+ "dist/dom-testing-library.umd.min.js" : {
8
+ "bundled" : 146462 ,
9
+ "minified" : 53705 ,
10
+ "gzipped" : 15876
11
+ },
2
12
"dist/dom-testing-library.umd.js" : {
3
- "bundled" : 146393 ,
4
- "minified" : 53662 ,
5
- "gzipped" : 15855
13
+ "bundled" : 146462 ,
14
+ "minified" : 53705 ,
15
+ "gzipped" : 15876
16
+ },
17
+ "dist/dom-testing-library.esm.js" : {
18
+ "bundled" : 136297 ,
19
+ "minified" : 58558 ,
20
+ "gzipped" : 16321 ,
21
+ "treeshaked" : {
22
+ "rollup" : {
23
+ "code" : 41502 ,
24
+ "import_statements" : 0
25
+ },
26
+ "webpack" : {
27
+ "code" : 44070
28
+ }
29
+ }
6
30
}
7
31
}
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0-semantically-released" ,
4
4
"description" : " Simple and complete DOM testing utilities that encourage good testing practices." ,
5
5
"main" : " dist/index.js" ,
6
+ "module" : " dist/dom-testing-library.esm.js" ,
6
7
"umd:main" : " dist/dom-testing-library.umd.js" ,
7
8
"source" : " src/index.js" ,
8
9
"typings" : " typings" ,
24
25
},
25
26
"scripts" : {
26
27
"add-contributor" : " kcd-scripts contributors add" ,
27
- "build" : " kcd-scripts build && kcd-scripts build --bundle umd --no-clean" ,
28
+ "build" : " kcd-scripts build && kcd-scripts build --bundle --no-clean" ,
28
29
"lint" : " kcd-scripts lint" ,
29
30
"test" : " kcd-scripts test" ,
30
31
"test:update" : " npm test -- --updateSnapshot --coverage" ,
You can’t perform that action at this time.
0 commit comments