Skip to content

Commit

Permalink
Merge pull request #6 from ostrojs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
amarksingh authored Jul 30, 2022
2 parents 73f19dd + 9a1d569 commit 3b53376
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "@ostro/logger",
"version": "0.0.0-alpha.3",
"version": "1.0.0",
"description": "Logger module for OstroJS",
"main": "LogManager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ostro/support": "^0.0.0-alpha",
"@ostro/support": "^1.0.2",
"@ostro/contracts": "^1.0.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
Expand Down

0 comments on commit 3b53376

Please sign in to comment.