Skip to content

Commit

Permalink
fix: add missing peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Nov 7, 2024
1 parent 1656524 commit 3b051fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
"abstract-logging": "^2.0.1",
"pino": "^8.20.0"
},
"peerDependencies": {
"pino-pretty": "^11.0.0 || ^12.0.0"
},
"peerDependenciesMeta": {
"pino-pretty": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/adonisjs/logger.git"
Expand Down

0 comments on commit 3b051fc

Please sign in to comment.