Skip to content

Commit

Permalink
add ecc to module.exports
Browse files Browse the repository at this point in the history
  • Loading branch information
b1acksun committed Oct 10, 2018
1 parent 79f0813 commit 95ed081
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "golos-js",
"version": "0.7.4",
"version": "0.7.5",
"description": "Golos.js the JavaScript API for Golos blockchain",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.js
Expand Up @@ -5,6 +5,7 @@ const formatter = require('./formatter')(api);
const memo = require('./auth/memo');
const config = require('./config');
const utils = require('./utils');
const ecc = require('./auth/ecc/');

module.exports = {
api,
Expand All @@ -14,4 +15,5 @@ module.exports = {
memo,
config,
utils,
ecc
};

0 comments on commit 95ed081

Please sign in to comment.