mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +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("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc"));
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=Pastel2.js.map
|
||||
export default colors("b3e2cdfdcdaccbd5e8f4cae4e6f5c9fff2aef1e2cccccccc");
|
||||
|
||||
Reference in New Issue
Block a user