Skip to content

Commit

Permalink
fix(typescript) version should be exported as const
Browse files Browse the repository at this point in the history
Signed-off-by: jeromesimeon <[email protected]>
  • Loading branch information
jeromesimeon committed Jun 29, 2021
1 parent cd04e59 commit 8c7a849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/concerto-core/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,5 @@ declare module '@accordproject/concerto-core' {
}

// version
export version: any;
export const version: any;
}

0 comments on commit 8c7a849

Please sign in to comment.