Skip to content

Commit 8de6016

Browse files
committed
Removed lodash dependency
1 parent 31982d7 commit 8de6016

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

arduino-cloud.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
const connectionManager = require("./utils/arduino-connection-manager");
22
const moment = require("moment");
3-
const _ = require('lodash');
43

54
module.exports = function (RED) {
65
function ArduinoIotInput(config) {

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"async-mutex": "^0.1.4",
2424
"async-request": "^1.2.0",
2525
"jws": "^3.2.2",
26-
"lodash": "^4.17.15",
2726
"moment": "^2.24.0",
2827
"mqtt": "^3.0.0",
2928
"request": "^2.88.0"

0 commit comments

Comments
 (0)