Skip to content

Commit

Permalink
Module.exports instead of export default
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah Riggan committed Dec 26, 2018
1 parent 4f24286 commit 35a0b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bitcore-client/src/program.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ program.parse = args => {
}
};

export default program;
module.exports = program;

0 comments on commit 35a0b15

Please sign in to comment.