Skip to content

Commit 0bc2eec

Browse files
authored
fix: add which to dependencies (#88)
1 parent f8b6a8d commit 0bc2eec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"@npmcli/node-gyp": "^2.0.0",
2929
"@npmcli/promise-spawn": "^3.0.0",
3030
"node-gyp": "^9.0.0",
31-
"read-package-json-fast": "^2.0.3"
31+
"read-package-json-fast": "^2.0.3",
32+
"which": "^2.0.2"
3233
},
3334
"files": [
3435
"bin/",

0 commit comments

Comments
 (0)