From c98e524bed9540f6726f0de5d9c56be87f123620 Mon Sep 17 00:00:00 2001 From: nlf Date: Wed, 15 Nov 2023 12:40:23 -0800 Subject: [PATCH] feat: update tap --- lib/index.ts | 7 +------ package.json | 8 ++------ 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/lib/index.ts b/lib/index.ts index 071bb1a..9176f29 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -47,19 +47,14 @@ export default async function (root: string, variables: Variables) { "skeleton:apply": `${csBin} apply`, "skeleton:verify": `${csBin} verify`, }, - tap: { - coverage: true, - ts: true, - }, types: "lib/index.d.ts", devDependencies: { "@tsconfig/node18": "^18.0.0", "@types/node": "^18.0.0", - "@types/tap": "^15.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", - "tap": "^16.0.0", + "tap": "^18.0.0", "ts-node": "^10.0.0", "typescript": "^5.0.0" }, diff --git a/package.json b/package.json index ddded1a..68d65aa 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", - "tap": "^16.0.0", + "tap": "^18.0.0", "ts-node": "^10.0.0", "typescript": "^5.0.0" }, @@ -53,9 +53,5 @@ "lib/**/*.js", "lib/**/*.d.ts", "!lib/types/**" - ], - "tap": { - "coverage": true, - "ts": true - } + ] }