From b88c6c0289242a2378055f28b96cbcc861f6151a Mon Sep 17 00:00:00 2001 From: Matteo Bruni <176620+matteobruni@users.noreply.github.com> Date: Fri, 27 Aug 2021 12:13:35 +0200 Subject: [PATCH] fix: fixed package.json, the wrong ts version was specified --- utils/pathseg/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pathseg/package.json b/utils/pathseg/package.json index ce9b58644db..dc664c811e7 100644 --- a/utils/pathseg/package.json +++ b/utils/pathseg/package.json @@ -25,7 +25,7 @@ ], "types": "pathseg.d.ts", "typesVersions": { - "<3.8": { + "<4.4": { "*": [ "ts4.3" ]