Skip to content

Commit

Permalink
chore(build): Release on specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Apr 26, 2016
1 parent ade1061 commit bb73105
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"babel-register": "6.7.2",
"codecov": "1.0.1",
"commitizen": "2.8.1",
"condition-node-version": "1.2.0",
"cross-env": "1.0.7",
"cz-conventional-changelog": "1.1.6",
"eslint": "2.8.0",
Expand Down Expand Up @@ -78,6 +79,13 @@
"html"
]
},
"release": {
"verifyConditions": {
"path": "condition-node-version",
"node": "4",
"verbose": true
}
},
"config": {
"ghooks": {
"commit-msg": "opt --in commit-msg --exec \"validate-commit-msg\"",
Expand Down

0 comments on commit bb73105

Please sign in to comment.