Skip to content

Commit

Permalink
pre ver check
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuida committed Jul 27, 2019
1 parent 572531e commit 928ef4d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"demo": "node index.js -t examples/README.db.md examples/db.service.js",
"deps": "npm-check -u",
"lint": "eslint --ext=.js .",
"lint:fix": "eslint --ext=.js --fix ."
"lint:fix": "eslint --ext=.js --fix .",
"preversion": "npm run lint",
"postversion": "git push && git push --follow-tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 928ef4d

Please sign in to comment.