From 8c3966ed480ee44e1d0db8d38db7281152861245 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Tue, 9 Apr 2019 17:23:00 -0700 Subject: [PATCH] Resolves #557 -- add contributor faces --- README.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 1 + 2 files changed, 35 insertions(+) diff --git a/README.md b/README.md index 8e9a6cd1..5c287241 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,40 @@ git push Alternatively, you can also build and run the app in a pre-configured online workspace: [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/pcottle/learnGitBranching/blob/master/src/js/git/index.js) +[//]: contributor-faces + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +[//]: contributor-faces ## Helpful Folks A big shoutout to these brave souls for extensively testing our sandbox and finding bugs and/or inconsistencies: diff --git a/package.json b/package.json index f44d5db0..936132b9 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,7 @@ }, "dependencies": { "backbone": "~1.1.2", + "contributor-faces": "^1.0.2", "flux": "^2.0.1", "markdown": "~0.4.0", "q": "~0.8.11",