Skip to content

Commit a3b963e

Browse files
committed
Remove dependency-check
No longer works and it's not providing enough value (for the few dependencies that we have) to spend time investigating why. Category: none
1 parent 557f812 commit a3b963e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
"prebuild": "prebuildify -t 18.20.4 --napi --strip",
1818
"download-prebuilds": "prebuildify-ci download",
1919
"hallmark": "hallmark --fix",
20-
"dependency-check": "dependency-check --no-dev -i napi-macros . test/*.js",
21-
"prepublishOnly": "npm run dependency-check",
2220
"prebuild-linux-arm": "prebuildify-cross -i linux-armv6 -i linux-armv7 -i linux-arm64-lts -t 18.20.4 --napi --strip",
2321
"prebuild-android-arm": "prebuildify-cross -i android-armv7 -i android-arm64 -t 18.20.4 --napi --strip",
2422
"prebuild-linux-x64": "prebuildify-cross -i almalinux-devtoolset11 -i alpine -t 18.20.4 --napi --strip",
@@ -36,7 +34,6 @@
3634
"@types/node": "^22.14.1",
3735
"@voxpelli/tsconfig": "^15.1.2",
3836
"cross-env": "^7.0.3",
39-
"dependency-check": "^4.1.0",
4037
"du": "^1.0.0",
4138
"electron": "^35.2.0",
4239
"glob": "^10.4.5",

0 commit comments

Comments
 (0)