Skip to content

Commit de10436

Browse files
committed
chore: remove bun-types
1 parent 81f109f commit de10436

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

bun.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@types/bun": "1.2.2",
2323
"@types/node": "^24.0.0",
2424
"@typescript-eslint/parser": "^8.34.0",
25-
"bun-types": "1.2.2",
2625
"eslint": "^9.28.0",
2726
"eslint-plugin-better-tailwindcss": "^3.1.0",
2827
"eslint-plugin-simple-import-sort": "^12.1.1",

knip.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"$schema": "https://unpkg.com/knip@5/schema.json",
3-
"entry": ["src/index.tsx"],
4-
"project": ["src/**/*.ts", "src/**/*.tsx", "src/main.css"],
3+
"project": ["src/**/*.ts", "src/**/*.tsx"],
54
"tailwind": {
65
"entry": ["src/main.css"]
76
},

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"@types/bun": "1.2.2",
3939
"@types/node": "^24.0.0",
4040
"@typescript-eslint/parser": "^8.34.0",
41-
"bun-types": "1.2.2",
4241
"eslint": "^9.28.0",
4342
"eslint-plugin-better-tailwindcss": "^3.1.0",
4443
"eslint-plugin-simple-import-sort": "^12.1.1",

src/converters/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export async function handleConvert(
169169
}
170170
}
171171

172-
export async function mainConverter(
172+
async function mainConverter(
173173
inputFilePath: string,
174174
fileTypeOriginal: string,
175175
convertTo: string,

0 commit comments

Comments
 (0)