Skip to content

Commit

Permalink
Merge pull request #82 from palmerj3/v6.2.0
Browse files Browse the repository at this point in the history
v6.2.0
  • Loading branch information
palmerj3 committed Jan 28, 2019
2 parents b669bbe + 3c2cb50 commit 47650f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-junit",
"version": "6.1.0",
"version": "6.2.0",
"description": "A jest reporter that generates junit xml files",
"main": "index.js",
"repository": "https://github.com/jest-community/jest-junit",
Expand All @@ -16,7 +16,7 @@
],
"scripts": {
"test": "jest",
"pretest:ci": "npm uninstall jest babel-jest && npm install jest@$JEST_VERSION",
"pretest:ci": "npm install jest@$JEST_VERSION",
"test:ci": "jest --ci"
},
"dependencies": {
Expand Down

0 comments on commit 47650f5

Please sign in to comment.