mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 02:36:32 +00:00
chore: remove removedrive
from dependencies
(#825)
This dependency is already being listed in `optionalDependencies`, which the place it really belongs to. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
f16e176b0f
commit
adfa0fcd83
@ -53,7 +53,7 @@
|
|||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"elevator": "^2.1.0",
|
"elevator": "^2.1.0",
|
||||||
"removedrive": "^1.0.0"
|
"removedrive": "^1.1.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"angular": "^1.5.3",
|
"angular": "^1.5.3",
|
||||||
@ -79,7 +79,6 @@
|
|||||||
"node-ipc": "^8.9.2",
|
"node-ipc": "^8.9.2",
|
||||||
"redux": "^3.5.2",
|
"redux": "^3.5.2",
|
||||||
"redux-localstorage": "^0.4.1",
|
"redux-localstorage": "^0.4.1",
|
||||||
"removedrive": "^1.1.1",
|
|
||||||
"resin-cli-errors": "^1.2.0",
|
"resin-cli-errors": "^1.2.0",
|
||||||
"resin-cli-form": "^1.4.1",
|
"resin-cli-form": "^1.4.1",
|
||||||
"resin-cli-visuals": "^1.2.8",
|
"resin-cli-visuals": "^1.2.8",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user