diff --git a/.bithoundrc b/.bithoundrc index 7c54608..df141d6 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -1,12 +1,15 @@ -"ignore": [ - "dist/**", - "node_modules/**", - "demo/**", - "coverage/**" -], -"test": [ - "spec/**" -], -"critics": { - "lint": "jshint" +{ + "ignore": [ + "dist/**", + "**/node_modules/**", + "**/bower_components/**" + "**/demo/**", + "**/coverage/**" + ], + "test": [ + "**/spec/**" + ], + "critics": { + "lint": "jshint" + } } \ No newline at end of file