Skip to content

Commit

Permalink
Merge pull request #104 from steemit/103-export-ecc-package
Browse files Browse the repository at this point in the history
Export additional packages. close #103
  • Loading branch information
James Calfee authored Mar 15, 2017
2 parents c1857f4 + 8963e95 commit c769e19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module.exports = {
auth: require('./lib/auth'),
broadcast: require('./lib/broadcast'),
formatter: require('./lib/formatter'),
config: require('./lib/config'),
serializer: require('./lib/auth/serializer'),
ecc: require('./lib/auth/ecc'),
memo: require('./lib/auth/memo'),
config: require('./lib/config'),
};

0 comments on commit c769e19

Please sign in to comment.