Skip to content

Commit 47650f5

Browse files
authored
Merge pull request #82 from palmerj3/v6.2.0
v6.2.0
2 parents b669bbe + 3c2cb50 commit 47650f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-junit",
3-
"version": "6.1.0",
3+
"version": "6.2.0",
44
"description": "A jest reporter that generates junit xml files",
55
"main": "index.js",
66
"repository": "https://github.com/jest-community/jest-junit",
@@ -16,7 +16,7 @@
1616
],
1717
"scripts": {
1818
"test": "jest",
19-
"pretest:ci": "npm uninstall jest babel-jest && npm install jest@$JEST_VERSION",
19+
"pretest:ci": "npm install jest@$JEST_VERSION",
2020
"test:ci": "jest --ci"
2121
},
2222
"dependencies": {

0 commit comments

Comments
 (0)