mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
1d689888b0
* 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'],
|
|
};
|
|
};
|