UNPKG

@bevry/update-contributors

Version:

Update the package.json author, contributors, and maintainers fields with the latest remote data

5 lines (4 loc) 160 B
import { resolve } from 'path'; import updateContributors from './index.js'; import { cwd } from 'process'; updateContributors(resolve(cwd(), 'package.json'));