diff --git a/package.json b/package.json index fff7dab..fdbec94 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "pub:major": "npm version major", "pub:minor": "npm version minor", "pub:patch": "npm version patch", - "pubafter": "git push --follow-tags", + "postpub": "git push --follow-tags", "coverage": "nyc npm test", "coveralls": "nyc report --reporter=text-lcov | coveralls" }, @@ -89,4 +89,4 @@ "json-schema": "^0.4.0", "minimist": "^1.2.6" } -} +} \ No newline at end of file