Skip to content

Commit

Permalink
package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dichaudh committed May 18, 2021
1 parent fbbe845 commit b8ccd6d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/repository-modernizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
},
"dependencies": {
"@adobe/aem-cs-source-migration-commons": "^0.0.3",
"axios-mock-adapter": "^1.19.0",
"fs-extra": "^9.0.0",
"jest-junit": "^6.0.0",
"js-yaml": "^3.14.0",
"node-fetch": "^2.6.1",
"node-pom-parser": "^0.1.1",
Expand All @@ -33,7 +31,8 @@
"yaml": "^1.10.0"
},
"devDependencies": {
"jest": "^26.4.2"
"jest": "^26.4.2",
"jest-junit": "^6.0.0"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit b8ccd6d

Please sign in to comment.