Skip to content

Commit

Permalink
chore: use standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya parsa committed Mar 31, 2019
1 parent bb4bf2c commit a7b9e0e
Show file tree
Hide file tree
Showing 2 changed files with 603 additions and 16 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"scripts": {
"coverage": "codecov",
"lint": "eslint lib test example",
"test": "jest"
"test": "yarn lint && jest",
"release": "standard-version && git push --follow-tags && npm publish"
},
"jest": {
"collectCoverage": true,
Expand All @@ -35,7 +36,8 @@
"hapi": "^18.1.0",
"jest": "^24.5.0",
"nodemon": "^1.18.10",
"nuxt-edge": "^2.6.0-25899847.159123fe"
"nuxt-edge": "^2.6.0-25899847.159123fe",
"standard-version": "^5.0.2"
},
"peerDependencies": {
"hapi": ">=17"
Expand Down
Loading

0 comments on commit a7b9e0e

Please sign in to comment.