Skip to content

Commit a73b1da

Browse files
Update to latest kleur
1 parent 3d68fab commit a73b1da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"build-tests": "tsc -p test/tsconfig.json",
2626
"postbuild-tests": "tsc-esm -p test/tsconfig.json",
2727
"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",
2929
"build": "rollup -c; chmod a+x dist/filesize",
3030
"try": "./dist/filesize",
3131
"release": "np --no-2fa",
3232
"prepublishOnly": "yarn npm-run-all clean build"
3333
},
3434
"dependencies": {
3535
"@kristoferbaxter/async": "1.0.0",
36-
"@kristoferbaxter/kleur": "4.0.1",
36+
"@kristoferbaxter/kleur": "4.0.2",
3737
"bytes": "3.1.0",
3838
"fast-glob": "3.2.2",
3939
"mri": "1.1.5"

0 commit comments

Comments
 (0)