From 86345561d264424074e8968e9a0982d510bdd338 Mon Sep 17 00:00:00 2001 From: Jay Fong Date: Tue, 9 Jun 2020 15:33:05 +0800 Subject: [PATCH] Fix circular dependency (#111) --- source/package-json.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/package-json.d.ts b/source/package-json.d.ts index a00cdb723..90c410e63 100644 --- a/source/package-json.d.ts +++ b/source/package-json.d.ts @@ -1,4 +1,4 @@ -import {LiteralUnion} from '..'; +import {LiteralUnion} from './literal-union'; declare namespace PackageJson { /**