This commit is contained in:
Leifer Mendez
2022-11-28 16:01:33 +01:00
parent d17b41da38
commit ee32a35a42
3 changed files with 375 additions and 7 deletions

View File

@@ -59,6 +59,7 @@
"commitizen": "^4.2.5",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"cz-emoji": "^1.3.2-canary.2",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"husky": "^8.0.2",
@@ -77,7 +78,7 @@
"author": "Leifer Mendez <leifer33@gmail.com>",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "cz-emoji"
}
}
}