Skip to content

Commit

Permalink
Bump to 1.5.1 and ensure new directories are bundled in NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Apr 20, 2017
1 parent dc9ecd9 commit 38e72d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -10,7 +10,9 @@
"node": ">=4.0.0"
},
"files": [
"index.js"
"index.js",
"utils",
"constants"
],
"scripts": {
"test": "jest"
Expand Down

0 comments on commit 38e72d4

Please sign in to comment.