Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'commitizen'
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Lusenti committed Mar 29, 2017
2 parents c3780db + 6b1fc67 commit ab9f6e4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -70,7 +70,9 @@ $ dawson dev # start a development server
A changelog is maintained in the [Releases page](https://github.com/dawson-org/dawson-cli/releases).

## Contributing
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=plastic)](https://github.com/Flet/semistandard)
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=plastic)](https://github.com/Flet/semistandard)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

Any contribution is very welcome! You may pick an Issue, fork and start working on that. Should you need any guidance or help please ask :)

We are currently testing only functions that are involved in the Template generation.
Expand Down
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -15,7 +15,8 @@
"prepublish": "npm run clean && npm run compile",
"pre-commit": "npm run lint",
"coverage-report": "nyc report --check-coverage --functions 100 --lines 100 --statements 100 --reporter=lcov",
"test": "npm run lint && nyc ava src/**/*.spec.js && npm run coverage-report"
"test": "npm run lint && nyc ava src/**/*.spec.js && npm run coverage-report",
"commit": "git-cz"
},
"engines": {
"node": ">=6"
Expand Down Expand Up @@ -61,6 +62,8 @@
"bin": "dist/index.js",
"devDependencies": {
"ava": "github:avajs/ava#make-snapshot-work",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"deep-sort-object": "^1.0.1",
"eslint": "3.18",
"eslint-config-semistandard": "^8.0.0",
Expand Down

0 comments on commit ab9f6e4

Please sign in to comment.