From f6e52656e3978b4a06f678d99bf9ba8810cc0867 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sat, 10 Apr 2021 22:47:00 +0200 Subject: [PATCH] Fix another missed moduleInterop --- src/excmds.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/excmds.ts b/src/excmds.ts index f6861072..79fa4782 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -92,7 +92,7 @@ import * as TTS from "@src/lib/text_to_speech" import * as excmd_parser from "@src/parsers/exmode" import * as escape from "@src/lib/escape" import * as R from "ramda" -import * as semverCompare from "semver-compare" +import semverCompare from "semver-compare" /** * This is used to drive some excmd handling in `composite`.