Skip to content

Commit

Permalink
move to prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
springmeyer authored Sep 7, 2017
1 parent 85cf20e commit 533b2a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"queue-async": "^1.0.7"
},
"bundledDependencies": [
"node-pre-gyp",
"mkdirp"
"node-pre-gyp"
],
"devDependencies": {
"aws-sdk": "^2.22.0",
Expand All @@ -47,7 +46,7 @@
"scripts": {
"install": "node-pre-gyp install --fallback-to-build=true",
"test": "./node_modules/.bin/tape test/**/*.test.js",
"prepublish": "npm ls"
"prepublishOnly": "npm ls"
},
"binary": {
"module_name": "fontnik",
Expand Down

0 comments on commit 533b2a8

Please sign in to comment.