espruino / EspruinoTools

JavaScript library of tools for Espruino - used for the Web IDE, CLI, etc.
Apache License 2.0
150 stars 89 forks source link

require('@abandonware/noble') in serial_noble.js #104

Closed antlai closed 5 years ago

antlai commented 5 years ago

The noble dependency was replaced with @abandonware/noble by @goodwid commit but the require() in serial_noble.js is still using 'noble' not '@abandonware/noble' and it cannot load it.

It is just one line, but just let me know if you want a pull..

Thanks

gfwilliams commented 5 years ago

Thanks! Just fixed this hopefully :) I thought I'd already done it but it seems that was only for EspruinoHub