UNPKG

157 BPlain TextView Raw
1import { resolve } from 'path'
2import updateContributors from './index.js'
3import { cwd } from 'process'
4
5updateContributors(resolve(cwd(), 'package.json'))