Skip to content

Commit 8c7a849

Browse files
committed
fix(typescript) version should be exported as const
Signed-off-by: jeromesimeon <[email protected]>
1 parent cd04e59 commit 8c7a849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/concerto-core/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,5 +448,5 @@ declare module '@accordproject/concerto-core' {
448448
}
449449

450450
// version
451-
export version: any;
451+
export const version: any;
452452
}

0 commit comments

Comments
 (0)