Skip to content

Commit fa39483

Browse files
committed
cleanup bun
1 parent 37ff218 commit fa39483

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

bun.lock

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-helpers",
3-
"packageManager": "bun@1.3.1",
3+
"packageManager": "bun@1.3.2",
44
"main": "src/main.ts",
55
"type": "module",
66
"private": true,
@@ -22,6 +22,7 @@
2222
"@swc/jest": "0.2.39",
2323
"@total-typescript/ts-reset": "0.6.1",
2424
"@types/bluebird": "3.5.42",
25+
"@types/bun": "1.3.2",
2526
"@types/jest": "30.0.0",
2627
"@types/js-yaml": "4.0.9",
2728
"@types/lodash.camelcase": "4.3.9",
@@ -31,7 +32,6 @@
3132
"@types/lodash.uniq": "4.5.9",
3233
"@types/micromatch": "4.0.10",
3334
"@vercel/ncc": "0.38.4",
34-
"bun-types": "1.3.1",
3535
"eslint": "9.39.0",
3636
"husky": "9.1.7",
3737
"jest": "30.2.0",

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
"esModuleInterop": true,
1010
"skipLibCheck": true,
1111
"sourceMap": true,
12-
"moduleResolution": "node",
13-
"types": ["bun-types", "jest"]
12+
"moduleResolution": "node"
1413
},
1514
"exclude": ["node_modules"]
1615
}

0 commit comments

Comments
 (0)