Skip to content

Commit c98e524

Browse files
committed
feat: update tap
1 parent b7334da commit c98e524

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

lib/index.ts

+1-6
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,14 @@ export default async function (root: string, variables: Variables) {
4747
"skeleton:apply": `${csBin} apply`,
4848
"skeleton:verify": `${csBin} verify`,
4949
},
50-
tap: {
51-
coverage: true,
52-
ts: true,
53-
},
5450
types: "lib/index.d.ts",
5551
devDependencies: {
5652
"@tsconfig/node18": "^18.0.0",
5753
"@types/node": "^18.0.0",
58-
"@types/tap": "^15.0.0",
5954
"@typescript-eslint/eslint-plugin": "^6.0.0",
6055
"@typescript-eslint/parser": "^6.0.0",
6156
"eslint": "^8.0.0",
62-
"tap": "^16.0.0",
57+
"tap": "^18.0.0",
6358
"ts-node": "^10.0.0",
6459
"typescript": "^5.0.0"
6560
},

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@typescript-eslint/eslint-plugin": "^6.0.0",
3030
"@typescript-eslint/parser": "^6.0.0",
3131
"eslint": "^8.0.0",
32-
"tap": "^16.0.0",
32+
"tap": "^18.0.0",
3333
"ts-node": "^10.0.0",
3434
"typescript": "^5.0.0"
3535
},
@@ -53,9 +53,5 @@
5353
"lib/**/*.js",
5454
"lib/**/*.d.ts",
5555
"!lib/types/**"
56-
],
57-
"tap": {
58-
"coverage": true,
59-
"ts": true
60-
}
56+
]
6157
}

0 commit comments

Comments
 (0)