Skip to content

Commit

Permalink
chore: add back npm hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob McGuinness committed Jul 24, 2021
1 parent 7930bc6 commit c7ea8ab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "hapi-swagger",
"description": "A swagger documentation UI generator plugin for hapi",
"version": "14.2.3",
"version": "14.2.2",
"author": "Glenn Jones",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,9 @@
"test:ts": "tsd",
"lint": "eslint .",
"test:cov:html": "lab -r html -o coverage.html",
"precommit": "yarn test"
"precommit": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit c7ea8ab

Please sign in to comment.