diff --git a/package.json b/package.json index 2ba51c8..c0c2e8b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "test": "tap test/*.js --cov", "preversion": "npm test", "postversion": "npm publish", - "postpublish": "git push origin --all; git push origin --tags" + "postpublish": "git push origin --follow-tags" }, "license": "ISC" }