Skip to content

Commit

Permalink
chore: add contributors (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatWizard authored Nov 4, 2021
1 parent bd90216 commit 94b87db
Show file tree
Hide file tree
Showing 3 changed files with 747 additions and 14 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,21 @@ export default class MyComponent extends Component {

See the [Contributing](./CONTRIBUTING.md) guide for details.

## Contributors ✨

[//]: contributor-faces
<a href="https://github.com/MrChocolatine"><img src="https://avatars.githubusercontent.com/u/47531779?v=4" title="MrChocolatine" width="80" height="80"></a>
<a href="https://github.com/xcambar"><img src="https://avatars.githubusercontent.com/u/657654?v=4" title="xcambar" width="80" height="80"></a>
<a href="https://github.com/GreatWizard"><img src="https://avatars.githubusercontent.com/u/1322081?v=4" title="GreatWizard" width="80" height="80"></a>
<a href="https://github.com/yonmey"><img src="https://avatars.githubusercontent.com/u/3025706?v=4" title="yonmey" width="80" height="80"></a>
<a href="https://github.com/jacky-peopledoc"><img src="https://avatars.githubusercontent.com/u/45593806?v=4" title="jacky-peopledoc" width="80" height="80"></a>
<a href="https://github.com/romgere"><img src="https://avatars.githubusercontent.com/u/13900970?v=4" title="romgere" width="80" height="80"></a>
<a href="https://github.com/cah-danmonroe"><img src="https://avatars.githubusercontent.com/u/11519684?v=4" title="cah-danmonroe" width="80" height="80"></a>
<a href="https://github.com/saintsebastian"><img src="https://avatars.githubusercontent.com/u/8288415?v=4" title="saintsebastian" width="80" height="80"></a>
<a href="https://github.com/ewjoachim"><img src="https://avatars.githubusercontent.com/u/1457576?v=4" title="ewjoachim" width="80" height="80"></a>
<a href="https://github.com/BlueCutOfficial"><img src="https://avatars.githubusercontent.com/u/22059380?v=4" title="BlueCutOfficial" width="80" height="80"></a>

[//]: contributor-faces

## License

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"test:ember": "ember test",
"test:ember-compatibility": "ember try:each",
"prepack": "ember ts:precompile",
"postpack": "ember ts:clean"
"postpack": "ember ts:clean",
"contributors": "contributor-faces -e \"(*-bot|*\\[bot\\])\""
},
"dependencies": {
"ember-cli-babel": "^7.26.6",
Expand All @@ -65,6 +66,7 @@
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"babel-eslint": "^10.1.0",
"contributor-faces": "^1.1.0",
"ember-auto-import": "^1.11.3",
"ember-cli": "~3.28.3",
"ember-cli-dependency-checker": "^3.2.0",
Expand Down
Loading

0 comments on commit 94b87db

Please sign in to comment.