Skip to content

Commit

Permalink
2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugo evola committed Sep 14, 2022
1 parent 4a54a11 commit 51faa30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-mapstruct",
"version": "2.0.2",
"version": "2.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down Expand Up @@ -50,7 +50,9 @@
"^.+\\.(t|j)s$": "ts-jest"
},
"collectCoverage": true,
"collectCoverageFrom": ["./src/**"],
"collectCoverageFrom": [
"./src/**"
],
"coverageDirectory": "./coverage",
"testEnvironment": "node",
"coverageThreshold": {
Expand Down

0 comments on commit 51faa30

Please sign in to comment.