Skip to content

Commit

Permalink
deps: move cli-table3 to devDependencies
Browse files Browse the repository at this point in the history
We only need it for `scripts/publish.js`
  • Loading branch information
wraithgar committed Apr 22, 2024
1 parent fc6e291 commit 2ec690d
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 2,332 deletions.
2 changes: 0 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ graph LR;
cidr-regex-->ip-regex;
cli-columns-->string-width;
cli-columns-->strip-ansi;
cli-table3-->colors-colors["@colors/colors"];
cli-table3-->string-width;
color-convert-->color-name;
columnify-->strip-ansi;
columnify-->wcwidth;
Expand Down
4 changes: 0 additions & 4 deletions node_modules/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
/*
!/.gitignore
# Allow all bundled deps
!/@colors/
/@colors/*
!/@colors/colors
!/@isaacs/
/@isaacs/*
!/@isaacs/cliui
Expand Down Expand Up @@ -69,7 +66,6 @@
!/cidr-regex
!/clean-stack
!/cli-columns
!/cli-table3
!/clone
!/cmd-shim
!/color-convert
Expand Down
26 changes: 0 additions & 26 deletions node_modules/@colors/colors/LICENSE

This file was deleted.

83 changes: 0 additions & 83 deletions node_modules/@colors/colors/examples/normal-usage.js

This file was deleted.

80 changes: 0 additions & 80 deletions node_modules/@colors/colors/examples/safe-string.js

This file was deleted.

Loading

0 comments on commit 2ec690d

Please sign in to comment.