We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a388f2c commit 0c1bad5Copy full SHA for 0c1bad5
package.json
@@ -4,7 +4,8 @@
4
"description": "hdiffpatch port to node.js",
5
"main": "index.js",
6
"scripts": {
7
- "test": "node test/test.js"
+ "test": "node test/test.js",
8
+ "prepack": "git submodule update --init --recursive"
9
},
10
"gypfile": true,
11
"author": "housisong",
0 commit comments