Skip to content

Commit feeea55

Browse files
committed
fix: remove unneeded fields from package skeleton
1 parent 271768c commit feeea55

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ export default async function (root: string, variables: Variables) {
5454
types: "lib/index.d.ts",
5555
devDependencies: {
5656
"@tsconfig/node18": "^18.0.0",
57-
"@types/mustache": "^4.0.0",
5857
"@types/node": "^18.0.0",
5958
"@types/tap": "^15.0.0",
6059
"@typescript-eslint/eslint-plugin": "^5.0.0",
6160
"@typescript-eslint/parser": "^5.0.0",
6261
"eslint": "^8.0.0",
63-
"mustache": "^4.0.0",
6462
"tap": "^16.0.0",
6563
"ts-node": "^10.0.0",
6664
"typescript": "^5.0.0"

0 commit comments

Comments
 (0)