Skip to content

Commit

Permalink
fix(deps): make monocart-coverage-reports an optional with meta defined
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Jun 13, 2024
1 parent e3560e1 commit 3b91fda
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 19 deletions.
57 changes: 40 additions & 17 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,18 @@
"chai-jest-snapshot": "^2.0.0",
"cross-env": "^7.0.3",
"mocha": "^9.2.2",
"monocart-coverage-reports": "^2.8.3",
"standard": "^16.0.4",
"ts-node": "^10.7.0",
"typescript": "^5.0.0"
},
"c8Requirements": {
"peerDependencies": {
"monocart-coverage-reports": "^2"
},
"peerDependenciesMeta": {
"monocart-coverage-reports": {
"optional": true
}
},
"engines": {
"node": ">=18"
},
Expand Down

0 comments on commit 3b91fda

Please sign in to comment.