mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
feat: use grafana-toolkit to build a plugin
- fix linter warnings - use yarn: remove Gruntfile.js and package-lock.json ++
This commit is contained in:
+2
-15
@@ -1,16 +1,3 @@
|
||||
"use strict";
|
||||
import colors from "../colors";
|
||||
|
||||
System.register(["../colors"], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
var colors;
|
||||
return {
|
||||
setters: [function (_colors) {
|
||||
colors = _colors.default;
|
||||
}],
|
||||
execute: function () {
|
||||
_export("default", colors("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666"));
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=Dark2.js.map
|
||||
export default colors("1b9e77d95f027570b3e7298a66a61ee6ab02a6761d666666");
|
||||
|
||||
Reference in New Issue
Block a user