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

Commit e927595

Browse files
committed
fix(pkg): use @mocha/contributors config prop
`contributors` is taken, duh
1 parent 8b02144 commit e927595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const argv = yargs
3030
type: 'string'
3131
}
3232
})
33-
.pkgConf('contributors')
33+
.pkgConf('@mocha/contributors')
3434
.parse();
3535

3636
updateContributors(argv);

0 commit comments

Comments
 (0)