Skip to content

Commit 7e69c58

Browse files
authored
chore: add contributors (#42)
1 parent 8289246 commit 7e69c58

File tree

3 files changed

+341
-5
lines changed

3 files changed

+341
-5
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,14 @@ Since this is a node-only Ember CLI addon, we use mocha for testing and this pac
121121

122122
[1]: http://ember-cli-deploy.com/plugins/ "Plugin Documentation"
123123
[2]: https://github.com/ember-cli-deploy/ember-cli-deploy-build "ember-cli-deploy-build"
124+
125+
## Contributors ✨
126+
127+
[//]: contributor-faces
128+
<a href="https://github.com/GreatWizard"><img src="https://avatars.githubusercontent.com/u/1322081?v=4" title="GreatWizard" width="80" height="80"></a>
129+
<a href="https://github.com/xcambar"><img src="https://avatars.githubusercontent.com/u/657654?v=4" title="xcambar" width="80" height="80"></a>
130+
<a href="https://github.com/amessinger"><img src="https://avatars.githubusercontent.com/u/3007703?v=4" title="amessinger" width="80" height="80"></a>
131+
<a href="https://github.com/MrChocolatine"><img src="https://avatars.githubusercontent.com/u/47531779?v=4" title="MrChocolatine" width="80" height="80"></a>
132+
<a href="https://github.com/romgere"><img src="https://avatars.githubusercontent.com/u/13900970?v=4" title="romgere" width="80" height="80"></a>
133+
134+
[//]: contributor-faces

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
],
2727
"scripts": {
2828
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js tests/**/*.js",
29-
"lint": "eslint ."
29+
"lint": "eslint .",
30+
"contributors": "contributor-faces -e \"(*-bot|*\\[bot\\]|ember-tomster)\""
3031
},
3132
"dependencies": {
3233
"babel-eslint": "^10.1.0",
@@ -39,6 +40,7 @@
3940
"devDependencies": {
4041
"chai": "^4.3.4",
4142
"chai-as-promised": "^7.1.1",
43+
"contributor-faces": "^1.1.0",
4244
"ember-cli": "^2.12.0",
4345
"eslint": "^7.28.0",
4446
"glob": "^7.1.1",

0 commit comments

Comments
 (0)