From 4ae389846d38c133f6bb2129ae373eed39d9d08d Mon Sep 17 00:00:00 2001 From: Leifer Mendez Date: Tue, 29 Nov 2022 10:22:37 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20(=F0=9F=8E=B8)=20add=20onClick=20prop?= =?UTF-8?q?=20to=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .husky/commit-msg | 4 ---- .husky/prepare-commit-msg | 4 ---- README.md | 2 +- commitlint.config.js | 1 - package.json | 4 +--- 5 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 .husky/commit-msg delete mode 100644 .husky/prepare-commit-msg delete mode 100644 commitlint.config.js diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index 4974c35..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npx commitlint --edit $1 diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg deleted file mode 100644 index 630a807..0000000 --- a/.husky/prepare-commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -exec < /dev/tty && git cz --hook || true diff --git a/README.md b/README.md index 0c85ec1..c3a9dac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Test / Coverage](https://github.com/leifermendez/bot-whatsapp/actions/workflows/ci.yml/badge.svg)](https://github.com/leifermendez/bot-whatsapp/actions/workflows/ci.yml) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) - +-------- 🦊 Documentación: [https://bot-whatsapp.pages.dev/](https://bot-whatsapp.pages.dev/) Video como hacer PR: https://youtu.be/Lxt8Acob6aU diff --git a/commitlint.config.js b/commitlint.config.js deleted file mode 100644 index 4fedde6..0000000 --- a/commitlint.config.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = { extends: ['@commitlint/config-conventional'] } diff --git a/package.json b/package.json index 7733a83..14c0f87 100644 --- a/package.json +++ b/package.json @@ -52,8 +52,6 @@ "repository": "https://github.com/leifermendez/bot-whatsapp", "license": "ISC", "devDependencies": { - "@commitlint/cli": "^17.3.0", - "@commitlint/config-conventional": "^17.3.0", "@rollup/plugin-commonjs": "^23.0.2", "@rollup/plugin-json": "^5.0.1", "@rollup/plugin-node-resolve": "^15.0.1", @@ -84,7 +82,7 @@ "author": "Leifer Mendez ", "config": { "commitizen": { - "path": "./node_modules/cz-conventional-changelog" + "path": "git-cz" } } }