Skip to content

Commit

Permalink
added colors resolution - v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-byb committed Jan 10, 2022
1 parent 6315773 commit 0a8c600
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@beforeyoubid/logger-adapter",
"version": "1.0.10",
"version": "1.0.11",
"description": "A platform logger module to send the log messages to LogDNA.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -46,5 +46,8 @@
"prettier": "^2.0.5",
"ts-jest": "^26.2.0",
"typescript": "^3.9.7"
},
"resolutions": {
"colors": "1.4.0"
}
}

0 comments on commit 0a8c600

Please sign in to comment.