From db17b95525d5900561a20663c25852fa02c953ed Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 2 Nov 2017 09:10:41 -0400 Subject: [PATCH] chore: updated fields in the package.json - [ ] Check that nothing drastic happened in the `package.json`. - [ ] Check the `package.json` keywords. We added some from your GitHub topics. - [ ] Add these keywords (from your `package.json`) as GitHub topics to your repo: "community", "github", "nodejs", "cli-app", "cli", "name", "contribs", "contrib", "contributor", "contributors", "OSS", "open source", "commenters", "creators", "reviewers", "review", "code review", "contribute", "contributing". - [ ] Check that the homepage in the `package.json` is OK. Another one besides your GitHub repo might work. - [ ] We expected the repository url in the `package.json` to be https://github.com/mntnr/name-your-contributors, and it wasn't. Is this intentional? - [ ] If there are more contributors, add them to the Contributors field in the `package.json`. --- package.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7fde96e..2357213 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "travis-deploy-once": "travis-deploy-once" }, "keywords": [ + "community", + "github", + "nodejs", "cli-app", "cli", "name", @@ -24,7 +27,6 @@ "contrib", "contributor", "contributors", - "github", "OSS", "open source", "commenters", @@ -32,7 +34,6 @@ "reviewers", "review", "code review", - "community", "contribute", "contributing" ], @@ -53,5 +54,14 @@ "coordinates": [ 45.5231596, -73.5870259 + ], + "homepage": "https://github.com/mntnr/name-your-contributors", + "bugs": "https://github.com/mntnr/name-your-contributors/issues", + "contributors": [ + { + "name": "Richard Littauer", + "email": "richard.littauer@gmail.com", + "url": "burntfen.com" + } ] -} +} \ No newline at end of file