Skip to content

Commit

Permalink
Merge pull request #32 from GorkaMM/master
Browse files Browse the repository at this point in the history
Added Node 10 compatibility
  • Loading branch information
hannseman authored Jan 26, 2019
2 parents 2a7d894 + a75ba57 commit 0ae1d27
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 344 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ node_js:
- 8
- 10
- node
matrix:
allow_failures:
- node_js: 10
- node_js: node
install:
- npm install
script:
Expand Down
2 changes: 1 addition & 1 deletion lib/scanner.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const EventEmitter = require("events");
const noble = require("noble");
const noble = require("@abandonware/noble");
const { Parser, EventTypes, SERVICE_DATA_UUID } = require("./parser");

class Scanner extends EventEmitter {
Expand Down
Loading

0 comments on commit 0ae1d27

Please sign in to comment.