Skip to content

Commit

Permalink
feat: update tap
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed Nov 15, 2023
1 parent b7334da commit e815748
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
8 changes: 2 additions & 6 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,18 @@ 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"
},
removeDependencies: ["@types/tap"],
}),
"tsconfig.json": json({
set: {
Expand Down
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
"@tsconfig/node18": "^18.0.0",
"@types/mustache": "^4.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"
},
Expand All @@ -53,9 +52,5 @@
"lib/**/*.js",
"lib/**/*.d.ts",
"!lib/types/**"
],
"tap": {
"coverage": true,
"ts": true
}
]
}

0 comments on commit e815748

Please sign in to comment.