From db91c09dbd0023790c62b3b8d9d1a70056a3f6ee Mon Sep 17 00:00:00 2001 From: Fritz Lin Date: Sun, 1 Jan 2017 20:54:44 +0800 Subject: [PATCH] Upgrades shelljs to handle rename error in #16 (#21) https://github.com/egoist/nwjs/issues/16#issuecomment-266657078 https://github.com/shelljs/shelljs/blob/5d6adbaf539b14d23ecff5d0c58436942eeff54b/src/mv.js#L77-L86 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e38ce4d..b4aa569 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "path-exists": "^1.0.0", "pget": "0.0.0", "pify": "^2.3.0", - "shelljs": "^0.6.0", + "shelljs": "^0.7.5", "update-notifier": "^0.6.0", "user-home": "^2.0.0" }