Skip to content

Commit

Permalink
fix(API) TypeScript types are for concerto-core module
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <[email protected]>
  • Loading branch information
jeromesimeon committed Oct 23, 2019
1 parent 51585f5 commit bf155ae
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
@@ -1,7 +1,7 @@

import { EventEmitter } from 'events';

declare module '@accordproject/concerto' {
declare module '@accordproject/concerto-core' {

// Exceptions

Expand Down

0 comments on commit bf155ae

Please sign in to comment.