Skip to content

Commit

Permalink
dependencies: add pino
Browse files Browse the repository at this point in the history
  • Loading branch information
vansergen committed Aug 4, 2021
1 parent 47a2c96 commit 2cac021
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 1 deletion.
116 changes: 116 additions & 0 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"release": "semantic-release",
"ts-node": "node --loader ts-node/esm"
},
"dependencies": {},
"dependencies": {
"pino": "^6.13.0"
},
"peerDependencies": {},
"devDependencies": {
"@b2broker/tsconfig": "^1.0.3",
Expand Down

0 comments on commit 2cac021

Please sign in to comment.