Skip to content

Commit

Permalink
Deps: drop es6-shim (node.js >= 4 has necessary built-ins)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Dec 18, 2017
1 parent b357481 commit 6549985
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions lib/firmata.js
@@ -1,10 +1,4 @@
"use strict";
// Global Environment Dependencies
/* istanbul ignore if */
/* jshint -W079 */
if (!Object.assign || !Map) {
require("es6-shim");
}

// Built-in Dependencies
var Emitter = require("events").EventEmitter;
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -31,7 +31,6 @@
},
"dependencies": {
"browser-serialport": "latest",
"es6-shim": "latest",
"serialport": "~6.0.4"
},
"scripts": {
Expand Down

0 comments on commit 6549985

Please sign in to comment.