Skip to content

Commit c0c15ac

Browse files
committed
switch noble for @abandonware/noble
1 parent 1e400a8 commit c0c15ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
// todo battery needs to be better solved
3333

34-
var noble = require('noble');
34+
var noble = require('@abandonware/noble');
3535
var EventEmitter = require('events').EventEmitter;
3636
var util = require('util');
3737

@@ -585,4 +585,4 @@ WeDo2.prototype.getUuidFromInput = function (input) {
585585
}
586586
};
587587

588-
module.exports = WeDo2;
588+
module.exports = WeDo2;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "Valentin Heun <ok@valentinheun.com> (https://valentinheun.com)",
1515
"maintainers": [],
1616
"dependencies": {
17-
"noble": "^1.9.1"
17+
"@abandonware/noble": "^1.9.2-7"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)