Skip to content

Commit d98310e

Browse files
committed
chore: add colors dependency
1 parent 25598e5 commit d98310e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"test": "NODE_OPTIONS='--experimental-vm-modules' jest"
1818
},
1919
"dependencies": {
20+
"colors": "^1.4.0",
2021
"ora": "^7.0.1",
2122
"prompts": "^2.4.0",
2223
"semver": "^7.5.4",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,11 @@ color-name@~1.1.4:
926926
resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz"
927927
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
928928

929+
colors@^1.4.0:
930+
version "1.4.0"
931+
resolved "https://registry.yarnpkg.com/colors/-/colors-1.4.0.tgz#c50491479d4c1bdaed2c9ced32cf7c7dc2360f78"
932+
integrity sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==
933+
929934
930935
version "0.0.1"
931936
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"

0 commit comments

Comments
 (0)