UNPKG

magik-contributors

Version:

This adds all the Git contributors to the package.json

8 lines (6 loc) 167 B
#!/usr/bin/env node /** * This is run upon installation of the package and installs the pre-push * Git hook */ require('../lib/contributors').createPrePushHook();