Skip to content

Commit

Permalink
style: force conventional commit types
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Dec 16, 2016
1 parent 5043b84 commit 7bf6eec
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@
"ios"
],
"license": "MIT",
"config": {
"validate-commit-msg": {
"types": "conventional-commit-types"
}
},
"scripts": {
"commitmsg": "validate-commit-msg",
"prerelease": "gulp prerelease",
"semantic-release": "semantic-release pre && gulp update-plugin-xml-version && npm publish && semantic-release post",
"commit": "git-cz"
"semantic-release": "semantic-release pre && gulp update-plugin-xml-version && npm publish && semantic-release post"
},
"dependencies": {
"mkpath": "^1.0.0",
Expand All @@ -43,19 +48,15 @@
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"commitizen": "^2.8.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-standard": "^8.0.3",
"husky": "^0.12.0",
"mkpath": "^1.0.0",
"node-version-compare": "^1.0.1",
"plist": "^1.2.0",
"semantic-release": "^4.3.5"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
"semantic-release": "^4.3.5",
"validate-commit-msg": "^2.8.2"
}
}

0 comments on commit 7bf6eec

Please sign in to comment.