mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
chore(scripts): add installVariables to docs-json output (#3079)
This commit is contained in:
parent
c4b4584d2d
commit
d04396e631
@ -10,6 +10,7 @@ interface Plugin {
|
|||||||
platforms: string[];
|
platforms: string[];
|
||||||
usage: string;
|
usage: string;
|
||||||
repo: string;
|
repo: string;
|
||||||
|
installVariables: string[];
|
||||||
cordovaPlugin: {
|
cordovaPlugin: {
|
||||||
name: string;
|
name: string;
|
||||||
};
|
};
|
||||||
@ -56,6 +57,7 @@ function processPlugin(pluginModule): Plugin {
|
|||||||
usage,
|
usage,
|
||||||
platforms: decorator.platforms,
|
platforms: decorator.platforms,
|
||||||
repo: decorator.repo,
|
repo: decorator.repo,
|
||||||
|
installVariables: decorator.installVariables,
|
||||||
cordovaPlugin: {
|
cordovaPlugin: {
|
||||||
name: decorator.plugin
|
name: decorator.plugin
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user