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:
Juan Cruz Viotti 2016-11-03 09:41:32 -04:00 committed by GitHub
parent f16e176b0f
commit adfa0fcd83

View File

@ -53,7 +53,7 @@
},
"optionalDependencies": {
"elevator": "^2.1.0",
"removedrive": "^1.0.0"
"removedrive": "^1.1.1"
},
"dependencies": {
"angular": "^1.5.3",
@ -79,7 +79,6 @@
"node-ipc": "^8.9.2",
"redux": "^3.5.2",
"redux-localstorage": "^0.4.1",
"removedrive": "^1.1.1",
"resin-cli-errors": "^1.2.0",
"resin-cli-form": "^1.4.1",
"resin-cli-visuals": "^1.2.8",