Skip to content

Commit

Permalink
chore: remove commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jan 4, 2018
1 parent 56cd132 commit 8a8d90d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ A Karma plugin for [Jasmine-jQuery](https://github.com/velesin/jasmine-jquery).
[![Greenkeeper badge](https://badges.greenkeeper.io/vanduynslagerp/karma-jasmine-jquery.svg)](https://greenkeeper.io/)
[![license](https://img.shields.io/github/license/vanduynslagerp/karma-jasmine-jquery.svg)](https://github.com/vanduynslagerp/karma-jasmine-jquery/blob/master/LICENSE)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

[![Travis](https://img.shields.io/travis/vanduynslagerp/karma-jasmine-jquery.svg)](https://travis-ci.org/vanduynslagerp/karma-jasmine-jquery)
[![AppVeyor](https://img.shields.io/appveyor/ci/vanduynslagerp/karma-jasmine-jquery.svg)](https://ci.appveyor.com/project/vanduynslagerp/karma-jasmine-jquery)
Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,12 @@
"bugs": {
"url": "https://github.com/vanduynslagerp/karma-jasmine-jquery/issues"
},
"config": {
"commitizen": {
"path": "@metahub/cz-conventional-commit"
}
},
"devDependencies": {
"@metahub/cz-conventional-commit": "^2.0.0",
"ava": "^0.24.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"codecov": "^3.0.0",
"commitizen": "^2.9.6",
"conventional-changelog-metahub": "^1.0.1",
"eslint": "^4.5.0",
"eslint-config-prettier": "^2.3.0",
Expand Down Expand Up @@ -112,7 +105,6 @@
},
"scripts": {
"clean": "rimraf test/fixtures/.tmp && rimraf coverage && rimraf .nyc_output",
"cm": "git-cz",
"codecov": "codecov",
"compile": "rimraf lib && babel src --only index.js --source-maps --out-dir lib && rollup -c build/rollup.config.js",
"coverage": "nyc check-coverage",
Expand Down

0 comments on commit 8a8d90d

Please sign in to comment.