Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
fix(pkg): use @mocha/contributors config prop
Browse files Browse the repository at this point in the history
`contributors` is taken, duh
  • Loading branch information
boneskull committed Dec 11, 2018
1 parent 8b02144 commit e927595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const argv = yargs
type: 'string'
}
})
.pkgConf('contributors')
.pkgConf('@mocha/contributors')
.parse();

updateContributors(argv);

0 comments on commit e927595

Please sign in to comment.