UNPKG

magik-contributors

Version:

This adds all the Git contributors to the package.json

8 lines (6 loc) 182 B
#!/usr/bin/env node /** * This is called from the Git hook and will update the contributors * information in package.json */ require('../lib/contributors').updateContributors();