From 5ccc6b6aa4833891ca4ab0c74ad52e80baaebeda Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Sun, 10 Apr 2016 23:11:12 -0400 Subject: [PATCH] Upgrade drivelist to v2.0.13 (#270) This version contains the following changes: - Detect Macbook SDCard readers in OS X. - Detect removable drives better in Windows. - Keep one decimal in Windows drive size. Fixes: https://github.com/resin-io/etcher/issues/255 Signed-off-by: Juan Cruz Viotti --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afa84908..f1934d70 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "angular-ui-router": "^0.2.18", "bluebird": "^3.0.5", "bootstrap-sass": "^3.3.5", - "drivelist": "^2.0.9", + "drivelist": "^2.0.13", "flexboxgrid": "^6.3.0", "is-elevated": "^1.0.0", "lodash": "^4.5.1",