Skip to content

Commit

Permalink
Fix prepublish script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 26, 2017
1 parent 6739500 commit 1aa1d9d
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 @@
"module"
],
"scripts": {
"prepublish": "! type safe-publish-latest >/dev/null 2>&1 || safe-publish-latest",
"prepublish": "safe-publish-latest",
"tests-only": "tape test/*.js",
"test": "npm run --silent tests-only"
},
Expand Down

0 comments on commit 1aa1d9d

Please sign in to comment.