Skip to content

Commit

Permalink
chore: updated fields in the package.json
Browse files Browse the repository at this point in the history
        - [ ] 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`.
  • Loading branch information
RichardLitt committed Mar 22, 2018
1 parent 8e1eaf0 commit db17b95
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions package.json
Expand Up @@ -17,22 +17,23 @@
"travis-deploy-once": "travis-deploy-once"
},
"keywords": [
"community",
"github",
"nodejs",
"cli-app",
"cli",
"name",
"contribs",
"contrib",
"contributor",
"contributors",
"github",
"OSS",
"open source",
"commenters",
"creators",
"reviewers",
"review",
"code review",
"community",
"contribute",
"contributing"
],
Expand All @@ -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"
}
]
}
}

0 comments on commit db17b95

Please sign in to comment.