Skip to content

Commit 5203047

Browse files
committed
fix: fix Node package.json
1 parent deda7b1 commit 5203047

4 files changed

Lines changed: 9 additions & 24 deletions

File tree

.github/workflows/node.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ jobs:
294294
corepack prepare &&
295295
corepack enable &&
296296
pnpm --filter '@odict/node' test
297+
"
297298
test-linux-x64-gnu-binding:
298299
name: Test bindings on Linux-x64-gnu - node@${{ matrix.node }}
299300
needs:

node/package.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,5 @@
6060
"artifacts": "napi artifacts",
6161
"version": "napi version",
6262
"prepublishOnly": "napi prepublish --no-gh-release"
63-
},
64-
"optionalDependencies": {
65-
"@odict/node-darwin-universal": "0.0.3",
66-
"@odict/node-linux-x64-gnu": "0.0.3",
67-
"@odict/node-win32-x64-msvc": "0.0.3",
68-
"@odict/node-linux-x64-musl": "0.0.3",
69-
"@odict/node-linux-arm64-gnu": "0.0.3",
70-
"@odict/node-linux-riscv64-gnu": "0.0.3",
71-
"@odict/node-linux-s390x-gnu": "0.0.3",
72-
"@odict/node-linux-ppc64-gnu": "0.0.3",
73-
"@odict/node-win32-ia32-msvc": "0.0.3",
74-
"@odict/node-linux-arm-gnueabihf": "0.0.3",
75-
"@odict/node-android-arm64": "0.0.3",
76-
"@odict/node-linux-arm-musleabihf": "0.0.3",
77-
"@odict/node-freebsd-x64": "0.0.3",
78-
"@odict/node-linux-arm64-musl": "0.0.3",
79-
"@odict/node-win32-arm64-msvc": "0.0.3",
80-
"@odict/node-android-arm-eabi": "0.0.3",
81-
"@odict/node-wasm32-wasi": "0.0.3"
8263
}
8364
}

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
"pnpm": {
66
"overrides": {
77
"rollup": "npm:@rollup/wasm-node"
8-
}
8+
},
9+
"ignoredBuiltDependencies": [
10+
"esbuild"
11+
]
912
}
1013
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)