From c07b5bfab65fbba116682c6892852a2e11f2b7bb Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Mon, 9 Dec 2024 19:02:30 +0100 Subject: [PATCH] Remove ts-standard (#92) Not helpful. Category: none --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index daa8981..3c245ef 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "main": "index.js", "types": "./index.d.ts", "scripts": { - "test": "standard && ts-standard *.ts types/*.ts && hallmark && (nyc -s node test/self.js | tap-arc) && nyc report", + "test": "standard && hallmark && (nyc -s node test/self.js | tap-arc) && nyc report", "test-pessimistic": "node test/self.js | tap-arc -pv", "test-browsers": "airtap --coverage test/self.js", "test-electron": "airtap -p electron --coverage test/self.js | tap-arc", @@ -44,7 +44,6 @@ "standard": "^17.1.2", "tap-arc": "^1.3.2", "tape": "^5.9.0", - "ts-standard": "^12.0.2", "typescript": "^5.6.3" }, "repository": {