Skip to content

Commit

Permalink
v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderKoko committed May 19, 2018
1 parent 008d7d5 commit c07a100
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.15",
"version": "0.0.16",
"npmClientArgs": [
"--production",
"--no-optional"
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sapphirejs/logger",
"version": "0.0.14",
"version": "0.0.16",
"description": "Logger for Sapphire Framework",
"license": "MIT",
"author": "Fadion Dashi <jonidashi@gmail.com>",
Expand All @@ -23,7 +23,7 @@
"test-ci": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"winston": "^3.0.0-rc1",
"winston": "^3.0.0-rc5",
"winston-daily-rotate-file": "^2.0.0-rc.2"
}
}

0 comments on commit c07a100

Please sign in to comment.