From 1b2f0d12f979e1af593141e4fa1499d218575616 Mon Sep 17 00:00:00 2001 From: Morgan Benton Date: Sun, 24 Oct 2021 19:49:04 -0400 Subject: [PATCH] chore: install commitizen locally Trying to fix travis failure related to commitizen #225 --- package-lock.json | 4 +++- package.json | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28e0907..331fcec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "auth0": "^2.20.0", + "commitizen": "^4.2.4", "deepmerge": "^4.0.0", "fast-sort": "^1.6.0", "jsonwebtoken": "^8.5.1", @@ -22,7 +23,7 @@ "@feathersjs/feathers": "^4.3.4", "chai": "^4.2.0", "chance": "^1.1.0", - "cz-conventional-changelog": "^3.0.2", + "cz-conventional-changelog": "^3.3.0", "deep-equal": "^2.0.5", "eslint": "^7.32.0", "faker": "^4.1.0", @@ -2195,6 +2196,7 @@ "resolved": "https://registry.npmjs.org/cz-conventional-changelog/-/cz-conventional-changelog-3.3.0.tgz", "integrity": "sha512-U466fIzU5U22eES5lTNiNbZ+d8dfcHcssH4o7QsdWaCcRs/feIPCxKYSWkYBNs5mny7MvEfwpTLWjvbm94hecw==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^2.4.1", "commitizen": "^4.0.3", diff --git a/package.json b/package.json index fc52250..25eecce 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@feathersjs/feathers": "^4.3.4", "chai": "^4.2.0", "chance": "^1.1.0", - "cz-conventional-changelog": "^3.0.2", + "cz-conventional-changelog": "^3.3.0", "deep-equal": "^2.0.5", "eslint": "^7.32.0", "faker": "^4.1.0", @@ -52,6 +52,7 @@ }, "dependencies": { "auth0": "^2.20.0", + "commitizen": "^4.2.4", "deepmerge": "^4.0.0", "fast-sort": "^1.6.0", "jsonwebtoken": "^8.5.1",