mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
fix: cleanup dist folder, change README
- move images for README into docs/img - move libs/* into utils. libs folder is copied into dist by grafana-toolkit - remove d3-scale-chromatic sources, use it from dependencies - update compatible versions in README - update installation info
This commit is contained in:
+4
-4
@@ -25,11 +25,11 @@
|
||||
"@types/grafana": "github:flant/types-grafana",
|
||||
"@types/jquery": "1.10.35",
|
||||
"@types/lodash": "4.14.123",
|
||||
"emotion": "10.0.27"
|
||||
"d3": "4.13.0",
|
||||
"emotion": "10.0.27",
|
||||
"lodash": "4.17.19"
|
||||
},
|
||||
"dependencies": {
|
||||
"d3": "4.13.0",
|
||||
"d3-scale-chromatic": "^2",
|
||||
"lodash": "4.17.19"
|
||||
"d3-scale-chromatic": "^2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user