Skip to content

Commit

Permalink
Add @meowwwls and @jjtowle as contributors (#45)
Browse files Browse the repository at this point in the history
* Move all-contributors-cli to devDeps
* Add contributors:add and contributors:generate scripts
* Add @meowwwls as a contributor
* Add @jjtowle as a contributor
  • Loading branch information
MartinRosenberg committed Oct 15, 2019
1 parent e1d9de5 commit 7b6b6e1
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 13 deletions.
18 changes: 18 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,24 @@
"contributions": [
"code"
]
},
{
"login": "meowwwls",
"name": "Melissa",
"avatar_url": "https://avatars3.githubusercontent.com/u/16426195?v=4",
"profile": "http://codepen.io/meowwwls",
"contributions": [
"code"
]
},
{
"login": "jjtowle",
"name": "Jason Towle",
"avatar_url": "https://avatars0.githubusercontent.com/u/41359068?v=4",
"profile": "https://github.com/jjtowle",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Thanks goes to these wonderful people:
<td align="center"><a href="https://github.com/joseph-perez"><img src="https://avatars0.githubusercontent.com/u/7772649?v=4" width="50px;" alt="Joseph Perez"/><br /><sub><b>Joseph Perez</b></sub></a><br /><a href="https://github.com/taniarascia/takenote/commits?author=joseph-perez" title="Code">💻</a></td>
<td align="center"><a href="https://cutting.scot"><img src="https://avatars0.githubusercontent.com/u/118328?v=4" width="50px;" alt="Paul"/><br /><sub><b>Paul</b></sub></a><br /><a href="https://github.com/taniarascia/takenote/commits?author=dagda1" title="Code">💻</a> <a href="https://github.com/taniarascia/takenote/commits?author=dagda1" title="Tests">⚠️</a></td>
<td align="center"><a href="https://martinbrosenberg.com/"><img src="https://avatars2.githubusercontent.com/u/2382147?v=4" width="50px;" alt="Martin Rosenberg"/><br /><sub><b>Martin Rosenberg</b></sub></a><br /><a href="https://github.com/taniarascia/takenote/commits?author=MartinRosenberg" title="Code">💻</a></td>
<td align="center"><a href="http://codepen.io/meowwwls"><img src="https://avatars3.githubusercontent.com/u/16426195?v=4" width="50px;" alt="Melissa"/><br /><sub><b>Melissa</b></sub></a><br /><a href="https://github.com/taniarascia/takenote/commits?author=meowwwls" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/jjtowle"><img src="https://avatars0.githubusercontent.com/u/41359068?v=4" width="50px;" alt="Jason Towle"/><br /><sub><b>Jason Towle</b></sub></a><br /><a href="https://github.com/taniarascia/takenote/commits?author=jjtowle" title="Code">💻</a></td>
</tr>
</table>

Expand Down
47 changes: 35 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"private": false,
"scripts": {
"build": "react-scripts build",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"coveralls": "react-scripts test --ci --coverage --watchAll=false && cat ./coverage/lcov.info | coveralls",
"eject": "react-scripts eject",
"postinstall": "patch-package",
Expand Down Expand Up @@ -94,7 +96,6 @@
"@types/react-redux": "^7.1.4",
"@types/react-router-dom": "^5.1.0",
"@types/uuid": "^3.4.5",
"all-contributors-cli": "^6.9.1",
"codemirror": "^5.49.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
Expand All @@ -119,6 +120,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^4.1.2",
"@testing-library/react": "^9.3.0",
"all-contributors-cli": "^6.9.1",
"coveralls": "^3.0.7",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-import": "^2.18.2",
Expand Down

0 comments on commit 7b6b6e1

Please sign in to comment.