From 97166a729e88ec886a852d19f63a536d82100597 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Mon, 29 Feb 2016 23:50:30 +0100 Subject: [PATCH] Add empty list of contributors --- README.md | 15 +++++++++++++++ package.json | 5 +---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 284ab06..3277488 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 55b65fd..fcc5c41 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,7 @@ "all-contributors": { "projectOwner": "jfmengels", "projectName": "all-contributors-cli", - "imageSize": 100, - "emoji": { - "cheerful": ":smiley:" - } + "imageSize": 100 }, "devDependencies": { "ava": "^0.12.0"