Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Commit

Permalink
♻️ Move utils into transactions exported module, export default lisk-js
Browse files Browse the repository at this point in the history
  • Loading branch information
toschdev committed Nov 7, 2017
1 parent 0a1a434 commit c717b6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ naclFactory.instantiate(nacl => {
naclInstance = nacl;
});

export { crypto, transaction, api, time, Mnemonic, utils };
Object.assign(transaction, { utils });

export default { crypto, transaction, api, time, Mnemonic };

0 comments on commit c717b6b

Please sign in to comment.