Skip to content

Commit

Permalink
packages/firmata.js: simplify com code
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Jan 15, 2019
1 parent 44ac991 commit af909e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/firmata.js/lib/firmata.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
"use strict";

const com = require("./com");

module.exports = require("firmata-io")(com);
module.exports = require("firmata-io")(require("./com"));

0 comments on commit af909e9

Please sign in to comment.