Skip to content

Commit

Permalink
Remove unnecessary memory-fs module
Browse files Browse the repository at this point in the history
  • Loading branch information
niklauslee committed Feb 22, 2022
1 parent d78632c commit 0b90c4f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion bin/kaluma.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const SerialPort = require("serialport");
const config = require("../package.json");
const colors = require("colors/safe");
const filesize = require("file-size");
const MemoryFS = require("memory-fs");

const flash = require("../lib/flash");
const erase = require("../lib/erase");
Expand Down
22 changes: 0 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"commander": "^8.3.0",
"crc": "^3.8.0",
"file-size": "^1.0.0",
"memory-fs": "^0.5.0",
"serialport": "^9.2.8",
"uglify-js": "^3.14.5",
"webpack": "^5.68.0"
Expand Down

0 comments on commit 0b90c4f

Please sign in to comment.