From 451f8ad02ef5249f9da19f16ac8318673b9fbc28 Mon Sep 17 00:00:00 2001 From: samchungy Date: Fri, 11 Aug 2023 15:08:38 +1000 Subject: [PATCH] fix bad autofix --- src/utils/manifest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/manifest.ts b/src/utils/manifest.ts index 04a22b18f..15adb4bcb 100644 --- a/src/utils/manifest.ts +++ b/src/utils/manifest.ts @@ -1,6 +1,6 @@ /* eslint-disable new-cap */ -import readPkgUp, type { NormalizedPackageJson } from 'read-pkg-up'; +import readPkgUp, { type NormalizedPackageJson } from 'read-pkg-up'; import * as t from 'runtypes'; import { hasProp } from './validation';