diff --git a/package.json b/package.json index 493b3bf..97f823d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jest-junit", - "version": "1.5.0", + "version": "1.5.1", "description": "A jest result processor that generates junit xml files", "main": "index.js", "repository": "https://github.com/palmerj3/jest-junit", @@ -10,7 +10,9 @@ "node": ">=4.0.0" }, "files": [ - "index.js" + "index.js", + "utils", + "constants" ], "scripts": { "test": "jest"