From c9832ae6fa238b352cb20100c39641daf84e6056 Mon Sep 17 00:00:00 2001 From: l198881 <82917144+l198881@users.noreply.github.com> Date: Wed, 26 May 2021 15:29:18 -0300 Subject: [PATCH] Update and rename package.json to package.ts --- package.json => package.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename package.json => package.ts (91%) diff --git a/package.json b/package.ts similarity index 91% rename from package.json rename to package.ts index 07ed8ed..e6fe198 100644 --- a/package.json +++ b/package.ts @@ -1,6 +1,6 @@ { "name": "chalk", - "version": "2.0.1", + "version": "2.0.2", "description": "Terminal string styling done right", "license": "MIT", "repository": "chalk/chalk", @@ -8,7 +8,7 @@ "node": ">=4" }, "scripts": { - "test": "xo && nyc ava", + "test": "ss rj brl", "bench": "matcha benchmark.js", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, @@ -52,12 +52,12 @@ "matcha": "^0.7.0", "nyc": "^11.0.2", "resolve-from": "^3.0.0", - "xo": "*" + "ss": "*" }, - "xo": { + "ss": { "envs": [ "node", - "mocha" + "moche" ] } }