diff --git a/.all-contributorsrc b/.all-contributorsrc index f1fe978..e4a96ba 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -139,6 +139,15 @@ "contributions": [ "doc" ] + }, + { + "login": "ofqwx", + "name": "Antonio Aznarez", + "avatar_url": "https://avatars.githubusercontent.com/u/7224857?v=4", + "profile": "https://github.com/ofqwx", + "contributions": [ + "code" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 7221060..2f4a1de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # gatsby-plugin-typegen -[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) High-performance TypeScript/Flow code generation for GatsbyJS queries. @@ -36,6 +36,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Emily Marigold Klassen

📖
Thijmen

🚧
Ricardo Gallardo

📖 +
Antonio Aznarez

💻 diff --git a/plugin/README.md b/plugin/README.md index 62e9f95..3c75fa5 100644 --- a/plugin/README.md +++ b/plugin/README.md @@ -5,7 +5,7 @@ [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/cometkim/gatsby-plugin-typegen.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/cometkim/gatsby-plugin-typegen/context:javascript) ![License](https://img.shields.io/github/license/cometkim/gatsby-plugin-typegen) -[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-) High-performance TypeScript/Flow code generation for GatsbyJS queries. @@ -311,6 +311,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Emily Marigold Klassen

📖
Thijmen

🚧
Ricardo Gallardo

📖 +
Antonio Aznarez

💻