Skip to content

Commit

Permalink
Change to ES6 Classes (#40)
Browse files Browse the repository at this point in the history
* Change to ES6 Classes

* fix merge
  • Loading branch information
Apollon77 authored Jun 23, 2023
1 parent bee4c0e commit 7b050e0
Show file tree
Hide file tree
Showing 19 changed files with 2,559 additions and 2,415 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var Bleno = require('./lib/bleno');
const Bleno = require('./lib/bleno');

module.exports = new Bleno();
Loading

0 comments on commit 7b050e0

Please sign in to comment.