From fcfc47931cf6044904e8948a09828a9ba67863b7 Mon Sep 17 00:00:00 2001 From: Neil Kalman Date: Sun, 9 Dec 2018 12:17:09 +0200 Subject: [PATCH] build: make sure commitizen uses the correct version + add mac generated file to .gitignore --- .gitignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b68587e..4fc038f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ .env* package-lock.json .idea -test-results/ \ No newline at end of file +test-results/ +.DS_store \ No newline at end of file diff --git a/package.json b/package.json index e7a9441..56ee277 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@commitlint/cli": "^7.2.1", "@commitlint/config-angular": "^7.1.2", - "commitizen": "3.0.4", + "commitizen": "3.0.0", "coveralls": "^3.0.2", "eslint": "^5.10.0", "husky": "^1.2.0",