-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update package authors, homepages and descriptions #74
Conversation
Codecov Report
@@ Coverage Diff @@
## master #74 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 22 22
Lines 185 185
Branches 42 42
=====================================
Hits 185 185 Continue to review full report at Codecov.
|
@@ -23,5 +22,9 @@ | |||
}, | |||
"main": "lib/index.js", | |||
"module": "es/index.js", | |||
"author": "Steve Sims" | |||
"author": "Toby Brancher", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heh - this one was all me!
components/table/package.json
Outdated
@@ -24,9 +24,10 @@ | |||
"main": "lib/index.js", | |||
"module": "es/index.js", | |||
"author": "Tarandeep Singh Chauhan", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
table was originally written by me
package.json
Outdated
@@ -146,6 +146,7 @@ | |||
"url": "https://github.com/stevesims/govuk-frederic.git" | |||
}, | |||
"author": "Steve Sims", | |||
"contributors": ["Tarandeep Singh Chauhan", "Gavin Orland", "Toby Brancher"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd be inclined to have the author
as The govuk-frederic authors
and then list us all as contributors
We should also add Alasdair Mcleay, Mark Chambers, Jonathan Sheldrake, and Simon Moore to the contributors list as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Have added these in alphabetical order.
components/object-table/package.json
Outdated
@@ -23,10 +23,11 @@ | |||
}, | |||
"main": "lib/index.js", | |||
"module": "es/index.js", | |||
"author": "Gavin Orland", | |||
"author": "Toby Brancher", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one was me too, with contributions by Toby
components/arrow-left/package.json
Outdated
@@ -23,10 +23,11 @@ | |||
}, | |||
"main": "lib/index.js", | |||
"module": "es/index.js", | |||
"author": "Tarandeep Singh Chauhan", | |||
"author": "Steve Sims", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this one was Mark Chambers
components/open-button/package.json
Outdated
@@ -22,10 +22,11 @@ | |||
}, | |||
"main": "lib/index.js", | |||
"module": "es/index.js", | |||
"author": "Tarandeep Singh Chauhan", | |||
"author": "Steve Sims", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one was Ali
@@ -22,10 +22,11 @@ | |||
}, | |||
"main": "lib/index.js", | |||
"module": "es/index.js", | |||
"author": "Tarandeep Singh Chauhan", | |||
"author": "Steve Sims", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mark Chambers wrote this
@@ -23,10 +23,11 @@ | |||
}, | |||
"main": "lib/index.js", | |||
"module": "es/index.js", | |||
"author": "Tarandeep Singh Chauhan", | |||
"author": "Steve Sims", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one might be me - can't remember exactly - plain "The govuk-frederic authors" may be best
components/result-count/package.json
Outdated
@@ -23,10 +23,11 @@ | |||
}, | |||
"main": "lib/index.js", | |||
"module": "es/index.js", | |||
"author": "Tarandeep Singh Chauhan", | |||
"author": "Steve Sims", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as with many others, a generic authors may be best here
components/spinner/package.json
Outdated
@@ -19,10 +19,11 @@ | |||
}, | |||
"main": "lib/index.js", | |||
"module": "es/index.js", | |||
"author": "Tarandeep Singh Chauhan", | |||
"author": "Steve Sims", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one should be generic
Thanks Steve - I'll work my way through these. I put myself down as a contributor quite often btw because I wrote a lot of the tests. |
Each point has now been actioned.
Here's a start, at least, on updating these various packages, addressing #54. I've provided basic descriptions of each component - open to change. Also tried to credit authors correctly, but may have this wrong - in particularly may have understated @Loque-'s contributions because I'm not aware of what he did. Open to ideas on this.
Just waiting for @taranchauhan to claim any credits, I think!
Add contributors to all components and remove private: false duplication
8ad9832
to
b39fec9
Compare
Here's a start, at least, on updating these various packages, addressing #54. I've provided basic descriptions of each component - open to change. Also tried to credit authors correctly, but may have this wrong - in particularly may have understated @Loque-'s contributions because I'm not aware of what he did. Open to ideas on this - open to direct commits, too!