We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632cdc2 commit 8c4b832Copy full SHA for 8c4b832
package.json
@@ -6,13 +6,17 @@
6
"bin": {
7
"hdp": "bin/hdiffpatch.js"
8
},
9
+ "files": [
10
+ "index.js",
11
+ "bin/",
12
+ "prebuilds/"
13
+ ],
14
"scripts": {
15
"test": "node test/test.js",
16
"prepublishOnly": "bun scripts/prepublish.ts",
17
"benchmark": "node --expose-gc test/benchmark.js",
18
"prebuild": "prebuildify --napi --strip",
- "install": "node-gyp-build",
- "prepack": "git submodule update --init --recursive"
19
+ "install": "node-gyp-build"
20
21
"gypfile": true,
22
"author": "housisong, sunnylqm",
0 commit comments