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

Commit

Permalink
Merge pull request #183 from summa-tx/prepare-npm-publish
Browse files Browse the repository at this point in the history
Prepare npm publish
  • Loading branch information
barbaraliau authored Jul 27, 2020
2 parents e72980b + 85e1da1 commit 362cfd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions js/clients/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
*/

const BcoinClient = require('./BcoinClient');
const Block = require('./vendor/block');
const TX = require('./vendor/tx');

module.exports = {
BcoinClient
};
BcoinClient,
Block,
TX
};
2 changes: 1 addition & 1 deletion js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 362cfd9

Please sign in to comment.