Skip to content

Commit 3496e72

Browse files
authored
Use prepublishOnly per mapbox/node-pre-gyp#291
1 parent 8cfe14b commit 3496e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"unzip.js" : "./bin/unzip.js"
3030
},
3131
"scripts" : {
32-
"prepublish": "npm ls",
32+
"prepublishOnly": "npm ls",
3333
"test" : "mocha -R spec",
3434
"install" : "node-pre-gyp install --fallback-to-build"
3535
},

0 commit comments

Comments
 (0)