From 38e72d4f3f17f4c58abf4cf0f3a103c91f5a14fa Mon Sep 17 00:00:00 2001 From: Jason Palmer Date: Thu, 20 Apr 2017 06:02:42 -0400 Subject: [PATCH] Bump to 1.5.1 and ensure new directories are bundled in NPM --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"