UNPKG

160 BJavaScriptView Raw
1import { resolve } from 'path';
2import updateContributors from './index.js';
3import { cwd } from 'process';
4updateContributors(resolve(cwd(), 'package.json'));