Skip to content

Commit 2ec690d

Browse files
committedApr 22, 2024
deps: move cli-table3 to devDependencies
We only need it for `scripts/publish.js`
1 parent fc6e291 commit 2ec690d

30 files changed

+4
-2332
lines changed
 

‎DEPENDENCIES.md

-2
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ graph LR;
288288
cidr-regex-->ip-regex;
289289
cli-columns-->string-width;
290290
cli-columns-->strip-ansi;
291-
cli-table3-->colors-colors["@colors/colors"];
292-
cli-table3-->string-width;
293291
color-convert-->color-name;
294292
columnify-->strip-ansi;
295293
columnify-->wcwidth;

‎node_modules/.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
/*
44
!/.gitignore
55
# Allow all bundled deps
6-
!/@colors/
7-
/@colors/*
8-
!/@colors/colors
96
!/@isaacs/
107
/@isaacs/*
118
!/@isaacs/cliui
@@ -69,7 +66,6 @@
6966
!/cidr-regex
7067
!/clean-stack
7168
!/cli-columns
72-
!/cli-table3
7369
!/clone
7470
!/cmd-shim
7571
!/color-convert

‎node_modules/@colors/colors/LICENSE

-26
This file was deleted.

‎node_modules/@colors/colors/examples/normal-usage.js

-83
This file was deleted.

‎node_modules/@colors/colors/examples/safe-string.js

-80
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.