Skip to content

Commit

Permalink
chore: Added commitizen.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgon committed May 11, 2016
1 parent 448019a commit f35c8f7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ coverage
Gemfile.lock
.bundle/*

node_modules/

.kitchen/
.kitchen.local.yml
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "opsworks_ruby",
"version": "0.2.1",
"description": "Set of chef recipes for OpsWorks based Ruby projects.",
"dependencies": {},
"devDependencies": {
"cz-conventional-changelog": "^1.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajgon/opsworks_ruby.git"
},
"author": "Igor Rzegocki <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajgon/opsworks_ruby/issues"
},
"homepage": "https://github.com/ajgon/opsworks_ruby#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit f35c8f7

Please sign in to comment.