From 1dbe70770098a51a7c56d7b86393394fdee4c075 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 26 Apr 2016 12:16:30 -0400 Subject: [PATCH] Upgrade node-umount to v1.1.3 (#366) This new version contains a fix where the `diskutil` command was not found on certain OS X setups. 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 08bba563..7af46cae 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "resin-zip-image": "^1.1.2", "sudo-prompt": "^3.1.0", "trackjs": "^2.1.16", - "umount": "^1.1.1", + "umount": "^1.1.3", "username": "^2.1.0", "yargs": "^4.6.0" },