chore: remove unused tail related modules (#1242)

We used to rely on these modules before we started passing progress
information from the writer to the GUI using IPC.

Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-03-31 10:53:31 -04:00 committed by GitHub
parent 8a12e9cf94
commit 4f790afe49
2 changed files with 0 additions and 22 deletions

20
npm-shrinkwrap.json generated
View File

@ -939,11 +939,6 @@
"resolved": "https://registry.npmjs.org/command-line-usage/-/command-line-usage-2.0.5.tgz",
"dev": true
},
"commander": {
"version": "2.1.0",
"from": "commander@>=2.1.0 <2.2.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.1.0.tgz"
},
"commoner": {
"version": "0.10.8",
"from": "commoner@>=0.10.3 <0.11.0",
@ -2416,11 +2411,6 @@
"resolved": "https://registry.npmjs.org/file-name/-/file-name-0.1.0.tgz",
"dev": true
},
"file-size-watcher": {
"version": "0.2.1",
"from": "file-size-watcher@>=0.2.0 <0.3.0",
"resolved": "https://registry.npmjs.org/file-size-watcher/-/file-size-watcher-0.2.1.tgz"
},
"file-stat": {
"version": "0.1.3",
"from": "file-stat@>=0.1.0 <0.2.0",
@ -2447,11 +2437,6 @@
}
}
},
"file-tail": {
"version": "0.3.0",
"from": "file-tail@>=0.3.0 <0.4.0",
"resolved": "https://registry.npmjs.org/file-tail/-/file-tail-0.3.0.tgz"
},
"file-type": {
"version": "3.9.0",
"from": "file-type@>=3.1.0 <4.0.0",
@ -6534,11 +6519,6 @@
"from": "table-parser@0.0.3",
"resolved": "https://registry.npmjs.org/table-parser/-/table-parser-0.0.3.tgz"
},
"tail": {
"version": "1.1.0",
"from": "tail@>=1.1.0 <2.0.0",
"resolved": "https://registry.npmjs.org/tail/-/tail-1.1.0.tgz"
},
"tar": {
"version": "2.2.1",
"from": "tar@>=2.0.0 <3.0.0",

View File

@ -80,7 +80,6 @@
"electron-is-running-in-asar": "^1.0.0",
"etcher-image-write": "^9.0.1",
"etcher-latest-version": "^1.0.0",
"file-tail": "^0.3.0",
"flat": "^2.0.1",
"flexboxgrid": "^6.3.0",
"gzip-uncompressed-size": "^1.0.0",
@ -101,7 +100,6 @@
"rx": "^4.1.0",
"semver": "^5.1.0",
"sudo-prompt": "^6.1.0",
"tail": "^1.1.0",
"trackjs": "^2.1.16",
"unbzip2-stream": "^1.0.11",
"yargs": "^4.6.0",