From 527e0adb2e6d117814107e8b7770dae2d1dcf7e0 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Thu, 7 May 2020 19:01:59 +0200 Subject: [PATCH] fix --- lib/InteractiveOptions.ts | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/InteractiveOptions.ts b/lib/InteractiveOptions.ts index 5b126d7..f8cd4d3 100644 --- a/lib/InteractiveOptions.ts +++ b/lib/InteractiveOptions.ts @@ -74,7 +74,7 @@ export class InteractiveOptions extends Persistent { ); } - this.properties[option.name] = option.type; + this.properties[option.name] = get_string_type (option.type); } } diff --git a/yarn.lock b/yarn.lock index a37c6dc..1282808 100644 --- a/yarn.lock +++ b/yarn.lock @@ -253,9 +253,9 @@ eslint-plugin-sort-requires-by-path "^1.0.2" "@sapphirecode/modelling@^1.0.26": - version "1.0.28" - resolved "https://registry.yarnpkg.com/@sapphirecode/modelling/-/modelling-1.0.28.tgz#9332e39be4347b882285a4573fa7516a1724132c" - integrity sha512-MH+wT3AYDffPV12z+0YF1o3/Fb+JShx/b3ImV30T1DJxjRjoIxSXk76NI9lA5Vn41YgeKKt3zNdiYtAL1woITA== + version "1.0.29" + resolved "https://registry.yarnpkg.com/@sapphirecode/modelling/-/modelling-1.0.29.tgz#b34d2b6cb51c32680f7873c8aa2b1a8d6e1edad1" + integrity sha512-HqewW5MvcBZsLoQ4F5vi5p+3S/V3DHAmzZIYujbv2vTKgq2CuCATQ/MK8elRqNjMq5K8BhtgQBgTWiBZY+ExXQ== "@sindresorhus/is@^0.14.0": version "0.14.0"