From 533a1a2c50088182b3f84cd540b4fb65196da0fd Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Mon, 22 Feb 2016 12:00:23 +0800 Subject: [PATCH] fix(package): wrong version fails test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index efc82c5b2..5e155a705 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "grunt-cache-bust": "^1.0.0", "grunt-cleanempty": "^1.0.3", "grunt-coffeelint": "^0.0.15", - "grunt-concurrent": "^2.2.0", + "grunt-concurrent": "^2.2.1", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-copy": "^0.8.1", "grunt-contrib-cssmin": "^0.14.0",