Skip to content

Commit dd1640c

Browse files
authored
fix: remove cli-table aliasing (#5763)
1 parent 1d83763 commit dd1640c

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

lib/common/helpers.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {
1515
} from "./declarations";
1616
import { IAndroidSigningData } from "../definitions/build";
1717

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

2121
export function stripComments(content: string): string {

package-lock.json

+1-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
"@npmcli/move-file": "^2.0.0",
6161
"@rigor789/resolve-package-path": "1.0.7",
6262
"@rigor789/trapezedev-project": "7.1.1",
63-
"ansi-colors": "^4.1.3",
63+
"ansi-colors": "^4.1.3",
6464
"archiver": "^5.3.1",
6565
"axios": "1.3.5",
6666
"byline": "5.0.0",
6767
"chalk": "4.1.2",
6868
"chokidar": "3.5.3",
69-
"cli-table": "npm:cli-table3@0.6.3",
69+
"cli-table3": "0.6.3",
7070
"color": "4.2.3",
7171
"convert-source-map": "2.0.0",
7272
"detect-newline": "3.1.0",

0 commit comments

Comments
 (0)