Commit 0ca1e90b by Ryan McKinley Committed by GitHub

Plugins: fix previous commit, output "build" property in json

parent 21419544
...@@ -124,7 +124,7 @@ type PluginInfo struct { ...@@ -124,7 +124,7 @@ type PluginInfo struct {
Description string `json:"description"` Description string `json:"description"`
Links []PluginInfoLink `json:"links"` Links []PluginInfoLink `json:"links"`
Logos PluginLogos `json:"logos"` Logos PluginLogos `json:"logos"`
Build PluginBuildInfo `json:"source"` Build PluginBuildInfo `json:"build"`
Screenshots []PluginScreenshots `json:"screenshots"` Screenshots []PluginScreenshots `json:"screenshots"`
Version string `json:"version"` Version string `json:"version"`
Updated string `json:"updated"` Updated string `json:"updated"`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment