diff --git a/inch.json b/inch.json index 9ca46c5..e482664 100644 --- a/inch.json +++ b/inch.json @@ -1,8 +1,10 @@ { "files": { - // Config file for the docs badge, http://inch-ci.org/github/GoodBoyDigital/pixi.js + "included": [ + "src/**/*.js" + ], "excluded": [ "src/spine/Spine.js" ] } -} \ No newline at end of file +}