Skip to content

Commit

Permalink
Include winston in pg/package.json (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarshDaryani896 authored Sep 8, 2024
1 parent e1dd72f commit 3a17ea5
Show file tree
Hide file tree
Showing 3 changed files with 900 additions and 902 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@
"arrowParens": "always",
"trailingComma": "es5",
"singleQuote": true
},
"dependencies": {
"winston": "^3.14.2"
}
}
3 changes: 2 additions & 1 deletion packages/pg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"pg-pool": "^3.5.1",
"pg-protocol": "^1.5.0",
"pg-types": "^2.1.0",
"pgpass": "1.x"
"pgpass": "1.x",
"winston": "^3.14.2"
},
"devDependencies": {
"async": "0.9.0",
Expand Down
Loading

0 comments on commit 3a17ea5

Please sign in to comment.