Add empty list of contributors

This commit is contained in:
Jeroen Engels 2016-02-29 23:50:30 +01:00
parent 01a6837485
commit 97166a729e
2 changed files with 16 additions and 4 deletions

View file

@ -59,3 +59,18 @@ These are the keys you can specify:
- `owner`: Name of the user the project is hosted by. Example: `jfmengels/all-contributor-cli` --> `jfmengels`. By default will be parsed from the repo's homepage in `package.json` (TODO).
- `project`: Name of the project. Example: `jfmengels/all-contributor-cli` --> `all-contributor-cli`. Default: Name of the project written in the `package.json` file (TODO).
- `template`: Define your own contributor template. Please read the code to see what you can define (**warning**: not sure it will work well after several tries).
## Contributors
Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):
Contributor | Contributions
:---: | :---:
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.
Contributions of any kind welcome!
## LICENSE
MIT

View file

@ -33,10 +33,7 @@
"all-contributors": {
"projectOwner": "jfmengels",
"projectName": "all-contributors-cli",
"imageSize": 100,
"emoji": {
"cheerful": ":smiley:"
}
"imageSize": 100
},
"devDependencies": {
"ava": "^0.12.0"