Skip to content

Commit

Permalink
refactor: organize contributors script
Browse files Browse the repository at this point in the history
  • Loading branch information
luftywiranda13 authored and Kent C. Dodds committed May 30, 2017
1 parent 36a4438 commit cf5e805
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package-scripts.js
Expand Up @@ -42,13 +42,15 @@ module.exports = {
description: 'auto-formats the code',
script: 'prettier-eslint --write "src/**/*.js"',
},
addContributor: {
description: 'When new people contribute to the project, run this',
script: 'all-contributors add',
},
generateContributors: {
description: 'Update the badge and contributors table',
script: 'all-contributors generate',
contributors: {
add: {
description: 'When new people contribute to the project, run this',
script: 'all-contributors add',
},
generate: {
description: 'Update the badge and contributors table',
script: 'all-contributors generate',
},
},
},
options: {
Expand Down

0 comments on commit cf5e805

Please sign in to comment.