Skip to content

Commit 713b51a

Browse files
committed
add trust
1 parent 4e41c06 commit 713b51a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"prepublishOnly": "bun scripts/prepublish.ts",
1212
"benchmark": "node --expose-gc test/benchmark.js",
1313
"prebuild": "prebuildify --napi --strip",
14-
"install": "node-gyp-build",
1514
"prepack": "git submodule update --init --recursive"
1615
},
1716
"gypfile": true,
@@ -35,5 +34,8 @@
3534
"bugs": {
3635
"url": "https://github.com/reactnativecn/node-hdiffpatch/issues"
3736
},
38-
"homepage": "https://github.com/reactnativecn/node-hdiffpatch#readme"
37+
"homepage": "https://github.com/reactnativecn/node-hdiffpatch#readme",
38+
"trustedDependencies": [
39+
"node-gyp"
40+
]
3941
}

0 commit comments

Comments
 (0)