Skip to content

Commit

Permalink
fix more errors here
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Sep 1, 2021
1 parent 6789c45 commit b9d5e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared-internals/src/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface PackageInfo {
name: string;
version: string;
main?: string;
module: string;
module?: string;
exports?: Record<string, string>;
peerDependencies?: Record<string, string>;
devDependencies?: Record<string, string>;
Expand Down

0 comments on commit b9d5e8b

Please sign in to comment.