Skip to content

Commit 8c4b832

Browse files
committed
Remove prepack script from package.json to streamline installation process.
1 parent 632cdc2 commit 8c4b832

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,17 @@
66
"bin": {
77
"hdp": "bin/hdiffpatch.js"
88
},
9+
"files": [
10+
"index.js",
11+
"bin/",
12+
"prebuilds/"
13+
],
914
"scripts": {
1015
"test": "node test/test.js",
1116
"prepublishOnly": "bun scripts/prepublish.ts",
1217
"benchmark": "node --expose-gc test/benchmark.js",
1318
"prebuild": "prebuildify --napi --strip",
14-
"install": "node-gyp-build",
15-
"prepack": "git submodule update --init --recursive"
19+
"install": "node-gyp-build"
1620
},
1721
"gypfile": true,
1822
"author": "housisong, sunnylqm",

0 commit comments

Comments
 (0)