From b784ae7054b3fd1c12e9981536379a54d1ef0681 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=89=E6=96=87=E7=86=99?= Date: Tue, 17 Jun 2014 12:04:12 +0800 Subject: [PATCH] Remove the leading comma, it will cause component.json malformed, And bower install/update will fail. --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index 56fc5e9..7b59b95 100644 --- a/component.json +++ b/component.json @@ -21,7 +21,7 @@ } ] , "ignore" : [ - ,"tools" + "tools" ,"wrappers" ,".*" ]