Skip to content

Commit

Permalink
fix: accepting opossum 4.2.4 or over as optional peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Farenheith committed Sep 14, 2022
1 parent 14a6c07 commit a331d4a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@
"keywords": [],
"license": "MIT",
"peerDependencies": {
"opossum": "^6.3.0"
"opossum": ">=4.2.4"
},
"peerDependenciesMeta": {
"opossum": {
"optional": true
}
},
"devDependencies": {
"@codibre/confs": "1.1.0",
Expand All @@ -91,7 +96,7 @@
"husky": "^7.0.4",
"jest": "^27.5.1",
"jest-callslike": "^0.2.0",
"opossum": "^6.3.0",
"opossum": "^4.2.4",
"prettier": "^2.4.1",
"redis-mock": "^0.56.3",
"ts-jest": "^27.0.5",
Expand Down

0 comments on commit a331d4a

Please sign in to comment.