Skip to content
Snippets Groups Projects
Commit 9fd579b7 authored by yamadapc's avatar yamadapc
Browse files

Fix entrypoint

parent 4afec000
No related branches found
No related tags found
No related merge requests found
module.exports = { module.exports = {
api: require('./node-dist/api'), api: require('./lib/api'),
formatter: require('./node-dist/formatter'), formatter: require('./lib/formatter'),
auth: require('steemauth'), auth: require('steemauth'),
broadcast: require('./node-dist/broadcast'), broadcast: require('./lib/broadcast'),
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment