File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 25
25
"build-tests" : " tsc -p test/tsconfig.json" ,
26
26
"postbuild-tests" : " tsc-esm -p test/tsconfig.json" ,
27
27
"pretest" : " yarn npm-run-all build build-tests" ,
28
- "test" : " NODE_DISABLE_COLORS=1 tap --no-coverage --no-esm --node-arg=--experimental-modules test/output/**/*.test.mjs" ,
28
+ "test" : " NODE_DISABLE_COLORS=1 tap --no-coverage --no-esm test/output/**/*.test.mjs" ,
29
29
"build" : " rollup -c; chmod a+x dist/filesize" ,
30
30
"try" : " ./dist/filesize" ,
31
31
"release" : " np --no-2fa" ,
32
32
"prepublishOnly" : " yarn npm-run-all clean build"
33
33
},
34
34
"dependencies" : {
35
35
"@kristoferbaxter/async" : " 1.0.0" ,
36
- "@kristoferbaxter/kleur" : " 4.0.1 " ,
36
+ "@kristoferbaxter/kleur" : " 4.0.2 " ,
37
37
"bytes" : " 3.1.0" ,
38
38
"fast-glob" : " 3.2.2" ,
39
39
"mri" : " 1.1.5"
You can’t perform that action at this time.
0 commit comments