Skip to content

Commit b9f68a8

Browse files
committed
fix: lint package.json
1 parent 57b3578 commit b9f68a8

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

bun/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@chainsafe/state-transition-bun",
33
"module": "src/index.ts",
44
"type": "module",
5-
"dependencies": {
6-
"@chainsafe/bun-ffi-z": "https://github.com/twoeths/bun-ffi-z.git#te/fix_open_library"
7-
},
5+
"dependencies": {
6+
"@chainsafe/bun-ffi-z": "https://github.com/twoeths/bun-ffi-z.git#te/fix_open_library"
7+
},
88
"devDependencies": {
99
"@types/bun": "latest",
1010
"@types/js-yaml": "^4.0.9",
@@ -21,24 +21,24 @@
2121
"typescript": "^5.0.0"
2222
},
2323
"scripts": {
24-
"build": "bun ./node_modules/.bin/bun-ffi-z build --zig-cwd '..'",
24+
"build": "bun ./node_modules/.bin/bun-ffi-z build --zig-cwd '..'",
2525
"test:unit": "bun test test/unit",
2626
"lint": "biome check",
2727
"benchmark": "bun benchmark:files 'test/perf/*.test.ts'",
2828
"benchmark:files": "bun ./node_modules/.bin/benchmark --config .benchrc.yaml --defaultBranch main",
2929
"lint:fix": "yarn lint --write"
3030
},
31-
"bun-ffi-z": {
32-
"name": "state-transition-utils",
33-
"targets": [
34-
"linux-x64-gnu",
35-
"linux-arm64-gnu",
36-
"linux-x64-musl",
37-
"linux-arm64-musl",
38-
"darwin-x64",
39-
"darwin-arm64"
40-
],
41-
"optimize": "ReleaseSafe",
42-
"zigCwd": ".."
43-
}
31+
"bun-ffi-z": {
32+
"name": "state-transition-utils",
33+
"targets": [
34+
"linux-x64-gnu",
35+
"linux-arm64-gnu",
36+
"linux-x64-musl",
37+
"linux-arm64-musl",
38+
"darwin-x64",
39+
"darwin-arm64"
40+
],
41+
"optimize": "ReleaseSafe",
42+
"zigCwd": ".."
43+
}
4444
}

0 commit comments

Comments
 (0)