mrfelton / lnd-binary

Install lnd from npm https://github.com/lightningnetwork/lnd ⚡️
MIT License
17 stars 7 forks source link

Fix export of `lib/extensions` #14

Closed OttoAllmendinger closed 6 years ago

OttoAllmendinger commented 6 years ago

Unlike the other lib/ submodules, lib/extensions exports as default.

Due to this, require('lnd-binary').extensions was undefined.

Now it works as expected.