Skip to content

Commit

Permalink
Fix circular dependency (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Jun 9, 2020
1 parent 91eb9df commit 8634556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/package-json.d.ts
@@ -1,4 +1,4 @@
import {LiteralUnion} from '..';
import {LiteralUnion} from './literal-union';

declare namespace PackageJson {
/**
Expand Down

0 comments on commit 8634556

Please sign in to comment.