From 64875c15c1061de42c667766fba0620a86ab7692 Mon Sep 17 00:00:00 2001 From: Heitor Ramon Ribeiro Date: Thu, 27 May 2021 23:35:45 -0300 Subject: [PATCH] chore: added @renanoliveira0 as a contributor --- .all-contributorsrc | 10 ++++++++++ .husky/pre-commit | 2 +- README.md | 3 ++- package.json | 4 ++-- packages/api-client/README.md | 1 + packages/composables/README.md | 1 + 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 5cfa7d929..8aaadec03 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -90,6 +90,16 @@ "mentoring", "review" ] + }, + { + "login": "renanoliveira0", + "name": "Renan Oliveira", + "avatar_url": "https://avatars.githubusercontent.com/u/1081576?v=4", + "profile": "https://github.com/renanoliveira0", + "contributions": [ + "tool", + "plugin" + ] } ], "contributorsPerLine": 7 diff --git a/.husky/pre-commit b/.husky/pre-commit index c700ff79f..beaa057b4 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -lerna run --parallel precommit +npx lerna run --parallel precommit diff --git a/README.md b/README.md index 56ca520a2..90c73b32b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This integration is being developed by superheroes from [Cyberfuze](https://cybe ------ -[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-9-orange.svg?style=flat-square)](#contributors-) ## How to start if you want to try out the integration @@ -77,6 +77,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Patryk Andrzejewski

💬 🧑‍🏫 👀 +
Renan Oliveira

🔧 🔌 diff --git a/package.json b/package.json index 2be6396c6..52d7b9110 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "all-contributors-cli": "^6.20.0", "babel-eslint": "^10.1.0", "commitizen": "^4.2.4", - "consola": "^2.15.3", + "consola": "^2.15.3", "ejs": "^3.1.6", "eslint": "7.27.0", "execa": "^5.0.0", @@ -72,7 +72,7 @@ "jiti": "^1.9.2", "lerna": "^4.0.0", "lint-staged": "^11.0.0", - "lodash": "^4.17.21", + "lodash": "^4.17.21", "majestic": "^1.8.0", "npm-check-updates": "^11.5.13", "rimraf": "^3.0.2", diff --git a/packages/api-client/README.md b/packages/api-client/README.md index c37361956..fb6806a08 100644 --- a/packages/api-client/README.md +++ b/packages/api-client/README.md @@ -81,6 +81,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Patryk Andrzejewski

💬 🧑‍🏫 👀 +
Renan Oliveira

🔧 🔌 diff --git a/packages/composables/README.md b/packages/composables/README.md index f0d79e6b5..65b3f2342 100644 --- a/packages/composables/README.md +++ b/packages/composables/README.md @@ -76,6 +76,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Patryk Andrzejewski

💬 🧑‍🏫 👀 +
Renan Oliveira

🔧 🔌