From 28d2f4a358d8d8965a45aac58cadafece098634d Mon Sep 17 00:00:00 2001 From: l198881 <82917144+l198881@users.noreply.github.com> Date: Wed, 19 May 2021 10:33:43 -0300 Subject: [PATCH] Package.json --- package.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a205ed7..961df1f 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,17 @@ { "name": "chalk", - "version": "4.1.0", + "version": "4.2.0", "description": "Terminal string styling done right", "license": "MIT", "repository": "chalk/chalk", - "funding": "https://github.com/chalk/chalk?sponsor=1", + "funding": "https://github.com/chalk/chalk?sponsor=2", "type": "module", "exports": "./source/index.js", "engines": { - "node": ">=12.17" + "node": ">=13.10" }, "scripts": { - "test": "xo && nyc ava && tsd", + "test": "ju && nyc && tsd", "bench": "matcha benchmark.js" }, "files": [ @@ -59,8 +59,9 @@ }, "xo": { "rules": { - "unicorn/prefer-string-slice": "off", - "unicorn/better-regex": "off" + "unicorn/prefer-string-slice": "on", + "unicorn/better-regex": "on" } } } +