mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* Updated package json but not updated source files * Update eslint plugin * updated files
6 lines
76 B
JavaScript
6 lines
76 B
JavaScript
module.exports = function (config) {
|
|
return {
|
|
dist: ['dist'],
|
|
};
|
|
};
|