Skip to content

Commit

Permalink
fix: remove cli-table aliasing (#5763)
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 authored Oct 11, 2023
1 parent 1d83763 commit dd1640c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lib/common/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from "./declarations";
import { IAndroidSigningData } from "../definitions/build";

import * as Table from "cli-table";
import * as Table from "cli-table3";
const STRIP_COMMENTS = /((\/\/.*$)|(\/\*[\s\S]*?\*\/))/gm;

export function stripComments(content: string): string {
Expand Down
17 changes: 1 addition & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"@npmcli/move-file": "^2.0.0",
"@rigor789/resolve-package-path": "1.0.7",
"@rigor789/trapezedev-project": "7.1.1",
"ansi-colors": "^4.1.3",
"ansi-colors": "^4.1.3",
"archiver": "^5.3.1",
"axios": "1.3.5",
"byline": "5.0.0",
"chalk": "4.1.2",
"chokidar": "3.5.3",
"cli-table": "npm:cli-table3@0.6.3",
"cli-table3": "0.6.3",
"color": "4.2.3",
"convert-source-map": "2.0.0",
"detect-newline": "3.1.0",
Expand Down

0 comments on commit dd1640c

Please sign in to comment.