Skip to content

Commit 53ee171

Browse files
committed
refactor: move react-native and other utils out of command-executor
1 parent abdb421 commit 53ee171

13 files changed

Lines changed: 3242 additions & 4143 deletions

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ root = true
33

44
[*]
55
indent_style = space
6-
indent_size = 4
6+
indent_size = 2
77
end_of_line = lf
88
charset = utf-8
99
trim_trailing_whitespace = true

.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"endOfLine": "auto",
3+
"printWidth": 135
4+
}

package-lock.json

Lines changed: 43 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"backslash": "^0.1.7",
3535
"base-64": "^0.1.0",
3636
"chalk": "^1.1.0",
37-
"cli-table": "^0.3.1",
37+
"cli-table3": "^0.6.0",
3838
"code-push": "2.0.6",
3939
"email-validator": "^1.0.3",
4040
"gradle-to-js": "^2.0.0",

0 commit comments

Comments
 (0)