From 8262e49e600a12b3b1a485f5a1d4f2bbe4c30cd9 Mon Sep 17 00:00:00 2001 From: Misha Koryak Date: Tue, 9 Jun 2015 13:00:48 -0400 Subject: [PATCH] fix bug in test this also makes the test fail because multiple entries do not work unless you have less than 3 --- test/fixtures/test-package-c/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/test-package-c/bower.json b/test/fixtures/test-package-c/bower.json index 28c8147..e856463 100644 --- a/test/fixtures/test-package-c/bower.json +++ b/test/fixtures/test-package-c/bower.json @@ -2,7 +2,7 @@ "name": "test-package-c", "main": [ "./a.js", - "./b.js" + "./b.js", "./c.js" ] }