diff --git a/src/index.ts b/src/index.ts index 60eca08..0f3bc63 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,3 +1,4 @@ export * from './xrpIO/ripple-binding' export * from './util/types' -export * from './util/protocol.constants' \ No newline at end of file +export * from './util/protocol.constants' +export * from 'ripple-lib' \ No newline at end of file