3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/tasks/options/git-describe.js
2013-11-14 16:07:14 -07:00

7 lines
130 B
JavaScript

module.exports = function(config) {
return {
me: {
// Target-specific file lists and/or options go here.
}
};
};