git-describe.js 130 B

1234567
  1. module.exports = function(config) {
  2. return {
  3. me: {
  4. // Target-specific file lists and/or options go here.
  5. }
  6. };
  7. };