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 c98e524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
7 changes: 1 addition & 6 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand All @@ -53,9 +53,5 @@
"lib/**/*.js",
"lib/**/*.d.ts",
"!lib/types/**"
],
"tap": {
"coverage": true,
"ts": true
}
]
}

0 comments on commit c98e524

Please sign in to comment.