Skip to content

Commit a3f12ac

Browse files
committed
chore(deps): use DT types for wrap-ansi
1 parent b65f392 commit a3f12ac

7 files changed

Lines changed: 1 addition & 12 deletions

File tree

packages/@ionic/cli-framework/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@types/rimraf": "^2.0.2",
4242
"@types/strip-ansi": "^3.0.0",
4343
"@types/untildify": "^3.0.0",
44+
"@types/wrap-ansi": "^3.0.0",
4445
"jest": "^22.4.2",
4546
"jest-cli": "^22.4.2",
4647
"ts-jest": "^22.4.1",

packages/@ionic/cli-framework/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"include": [
77
"../../../types/string-width.d.ts",
88
"../../../types/slice-ansi.d.ts",
9-
"../../../types/wrap-ansi.d.ts",
109
"src/**/*.ts"
1110
],
1211
"exclude": [

packages/@ionic/cli-scripts/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"../../../types/slice-ansi.d.ts",
1010
"../../../types/string-width.d.ts",
1111
"../../../types/superagent.d.ts",
12-
"../../../types/wrap-ansi.d.ts",
1312
"src/**/*.ts"
1413
],
1514
"exclude": [

packages/@ionic/cli-utils/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"../../../types/superagent-proxy.d.ts",
1616
"../../../types/superagent.d.ts",
1717
"../../../types/tiny-lr.d.ts",
18-
"../../../types/wrap-ansi.d.ts",
1918
"src/**/*.ts"
2019
],
2120
"exclude": [

packages/@ionic/v1-toolkit/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"../../../types/slice-ansi.d.ts",
88
"../../../types/string-width.d.ts",
99
"../../../types/tiny-lr.d.ts",
10-
"../../../types/wrap-ansi.d.ts",
1110
"src/**/*.ts"
1211
],
1312
"exclude": [

packages/ionic/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"../../types/string-width.d.ts",
1111
"../../types/ssh-config.d.ts",
1212
"../../types/superagent.d.ts",
13-
"../../types/wrap-ansi.d.ts",
1413
"src/**/*.ts"
1514
],
1615
"exclude": [

types/wrap-ansi.d.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)