We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e41c06 commit 713b51aCopy full SHA for 713b51a
package.json
@@ -11,7 +11,6 @@
11
"prepublishOnly": "bun scripts/prepublish.ts",
12
"benchmark": "node --expose-gc test/benchmark.js",
13
"prebuild": "prebuildify --napi --strip",
14
- "install": "node-gyp-build",
15
"prepack": "git submodule update --init --recursive"
16
},
17
"gypfile": true,
@@ -35,5 +34,8 @@
35
34
"bugs": {
36
"url": "https://github.com/reactnativecn/node-hdiffpatch/issues"
37
38
- "homepage": "https://github.com/reactnativecn/node-hdiffpatch#readme"
+ "homepage": "https://github.com/reactnativecn/node-hdiffpatch#readme",
+ "trustedDependencies": [
39
+ "node-gyp"
40
+ ]
41
}
0 commit comments