UNPKG

@bevry/update-contributors

Version:

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

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