Skip to content

Commit 533b2a8

Browse files
authored
move to prepublishOnly
refs mapbox/node-pre-gyp#291
1 parent 85cf20e commit 533b2a8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"queue-async": "^1.0.7"
3131
},
3232
"bundledDependencies": [
33-
"node-pre-gyp",
34-
"mkdirp"
33+
"node-pre-gyp"
3534
],
3635
"devDependencies": {
3736
"aws-sdk": "^2.22.0",
@@ -47,7 +46,7 @@
4746
"scripts": {
4847
"install": "node-pre-gyp install --fallback-to-build=true",
4948
"test": "./node_modules/.bin/tape test/**/*.test.js",
50-
"prepublish": "npm ls"
49+
"prepublishOnly": "npm ls"
5150
},
5251
"binary": {
5352
"module_name": "fontnik",

0 commit comments

Comments
 (0)