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" ] }