forked from github/awesome-cordova-plugins
chore(scripts): add installVariables to docs-json output (#3079)
This commit is contained in:
@@ -10,6 +10,7 @@ interface Plugin {
|
||||
platforms: string[];
|
||||
usage: string;
|
||||
repo: string;
|
||||
installVariables: string[];
|
||||
cordovaPlugin: {
|
||||
name: string;
|
||||
};
|
||||
@@ -56,6 +57,7 @@ function processPlugin(pluginModule): Plugin {
|
||||
usage,
|
||||
platforms: decorator.platforms,
|
||||
repo: decorator.repo,
|
||||
installVariables: decorator.installVariables,
|
||||
cordovaPlugin: {
|
||||
name: decorator.plugin
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user