This commit is contained in:
Timo Hocker 2020-05-07 19:01:59 +02:00
parent ea690d3f8b
commit 527e0adb2e
2 changed files with 4 additions and 4 deletions

View File

@ -74,7 +74,7 @@ export class InteractiveOptions extends Persistent {
); );
} }
this.properties[option.name] = option.type; this.properties[option.name] = get_string_type (option.type);
} }
} }

View File

@ -253,9 +253,9 @@
eslint-plugin-sort-requires-by-path "^1.0.2" eslint-plugin-sort-requires-by-path "^1.0.2"
"@sapphirecode/modelling@^1.0.26": "@sapphirecode/modelling@^1.0.26":
version "1.0.28" version "1.0.29"
resolved "https://registry.yarnpkg.com/@sapphirecode/modelling/-/modelling-1.0.28.tgz#9332e39be4347b882285a4573fa7516a1724132c" resolved "https://registry.yarnpkg.com/@sapphirecode/modelling/-/modelling-1.0.29.tgz#b34d2b6cb51c32680f7873c8aa2b1a8d6e1edad1"
integrity sha512-MH+wT3AYDffPV12z+0YF1o3/Fb+JShx/b3ImV30T1DJxjRjoIxSXk76NI9lA5Vn41YgeKKt3zNdiYtAL1woITA== integrity sha512-HqewW5MvcBZsLoQ4F5vi5p+3S/V3DHAmzZIYujbv2vTKgq2CuCATQ/MK8elRqNjMq5K8BhtgQBgTWiBZY+ExXQ==
"@sindresorhus/is@^0.14.0": "@sindresorhus/is@^0.14.0":
version "0.14.0" version "0.14.0"