Skip to content

Commit e2e6747

Browse files
author
Daisuke Baba
committed
Fix the wrong path to Noble class
1 parent 4732410 commit e2e6747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/noble/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
import Noble from '../../node_modules/@abandonware/noble/lib/noble';
18+
import Noble from '@abandonware/noble/lib/noble';
1919
import os from 'os';
2020
import debugLogger from 'debug';
2121

0 commit comments

Comments
 (0)