Skip to content

Commit 8634556

Browse files
authoredJun 9, 2020
Fix circular dependency (#111)
1 parent 91eb9df commit 8634556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/package-json.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {LiteralUnion} from '..';
1+
import {LiteralUnion} from './literal-union';
22

33
declare namespace PackageJson {
44
/**

0 commit comments

Comments
 (0)
Please sign in to comment.