Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
fix(): serve pino types with package
Browse files Browse the repository at this point in the history
  • Loading branch information
kostyazgara committed May 13, 2021
1 parent 1fbf3ae commit f929d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"@types/chai-as-promised": "7.1.4",
"@types/mocha": "8.2.2",
"@types/node": "14.14.45",
"@types/pino": "^6.3.8",
"@types/sinon": "10.0.0",
"@types/sinon-chai": "3.2.5",
"@typescript-eslint/eslint-plugin": "4.23.0",
Expand Down Expand Up @@ -82,6 +81,7 @@
"rxjs": "^6.0.0"
},
"dependencies": {
"@types/pino": "6.3.8",
"lodash.isplainobject": "4.0.6",
"lodash.isstring": "4.0.1",
"pino": "6.11.3"
Expand Down

0 comments on commit f929d8e

Please sign in to comment.