From 1c1ec046089233c6c61ec0c61bf24656b6e3324f Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 27 Jun 2016 18:24:09 -0400 Subject: [PATCH] fix(Windows): upgrade etcher-image-stream to v5.0.2 (#537) This version contains a fix to an `EPERM` issue ocurring on Windows. See: https://github.com/resin-io-modules/etcher-image-write/pull/45 Fixes: https://github.com/resin-io/etcher/issues/531 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 d63ec932..b1a23f89 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "drivelist": "^3.2.0", "electron-is-running-in-asar": "^1.0.0", "etcher-image-stream": "^2.2.0", - "etcher-image-write": "^5.0.1", + "etcher-image-write": "^5.0.2", "file-tail": "^0.3.0", "flexboxgrid": "^6.3.0", "immutable": "^3.8.1",