mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
1d689888b0
* Updated package json but not updated source files * Update eslint plugin * updated files
5 lines
101 B
JavaScript
5 lines
101 B
JavaScript
module.exports = function (grunt) {
|
|
// load grunt config
|
|
require('load-grunt-config')(grunt);
|
|
};
|