From 026450d8fdffde14da34a3db5f64f0c787a58c48 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Wed, 30 Nov 2016 14:56:58 -0500 Subject: [PATCH] Bump shx 0.2.1 to fix issue w building on windows cygwyn/git bash shell --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 071d9625c..80ee1cda4 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "rollup-plugin-commonjs": "5.0.5", "rollup-plugin-json": "2.0.2", "rollup-plugin-node-resolve": "2.0.0", - "shx": "~0.2.0", + "shx": "~0.2.1", "sinon": "~1.17.5", "sinon-chai": "~2.8.0", "smash": "0.0",