Skip to content

Commit

Permalink
adds colors explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Jan 10, 2022
1 parent 7da3d1d commit bf0c2f8
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,7 +1,7 @@
{
"name": "dotenv-from-k8s",
"description": "A commandline cli tool to fetch, merge and convert secrets and config maps in k8s to dot env property file.",
"version": "1.4.3",
"version": "1.4.4",
"main": "dist/cli.js",
"bin": {
"dotenv-from-k8s": "./dist/cli.js"
Expand Down Expand Up @@ -30,7 +30,8 @@
"dependencies": {
"@kubernetes/client-node": "^0.16.1",
"caporal": "^1.4.0",
"js-yaml": "^4.1.0"
"js-yaml": "^4.1.0",
"colors": "1.3.3"
},
"resolutions": {
"colors": "1.3.3"
Expand Down

0 comments on commit bf0c2f8

Please sign in to comment.