From f61335066bf6c098541ee14b5f7f587281700f99 Mon Sep 17 00:00:00 2001 From: Chua Kiem Fai Date: Tue, 6 Dec 2016 01:08:45 +0800 Subject: [PATCH] Update package.json (#346) Fix following issue in Docker https://github.com/IanMitchell/is-windows-bash/pull/2 https://github.com/zeit/next.js/issues/344 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c667f1a8..6ecc4b4d 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "glamor": "2.20.12", "glob-promise": "2.0.0", "htmlescape": "1.1.1", - "is-windows-bash": "1.0.2", + "is-windows-bash": "1.0.3", "json-loader": "0.5.4", "loader-utils": "0.2.16", "minimist": "1.2.0",