Skip to content

Commit

Permalink
Change 'prepublish' script to 'prepublishOnly' to make npm@5 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
szimek committed Jul 23, 2017
1 parent c2b2394 commit 6596570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"prepublish": "npm run build"
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6596570

Please sign in to comment.